2023-11-17T06:35:41.387 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-17T06:35:41.388 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} --verbose --name yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/orig.config.yaml 2023-11-17T06:35:41.421 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T06:35:41.507 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315 branch: wip-yuri3-testing-2023-11-14-1227-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: '7461315' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri3-testing-2023-11-14-1227-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-11-14-1227-pacific sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 7739 sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-14-1227-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac targets: smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWLejcvpKWsWOYWsQ5rU3f8VI8ZPijGpa5JVz8gY+C3HpPP3q4eFtcl4R7oNV0pbW7dabZTPwX6piT+PdRJ9rQ= smithi092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGMJJPqEx9bcVu0+SlzyZPMKK6F1A/iBjkzq0CDYQ7CJ4pPz9b1po58teSqoEuUK1EKCpWMx7h3LKH0hsGJOvT4= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-16_22:29:26 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-17T06:35:41.508 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa; will attempt to use it 2023-11-17T06:35:41.508 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-17T06:35:41.508 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-17T06:35:41.510 INFO:teuthology.task.internal:Checking packages... 2023-11-17T06:35:41.533 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-17T06:35:41.533 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-17T06:35:41.533 INFO:teuthology.packaging:ref: None 2023-11-17T06:35:41.533 INFO:teuthology.packaging:tag: None 2023-11-17T06:35:41.533 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T06:35:41.533 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:35:41.534 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-17T06:35:41.679 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-17T06:35:41.679 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-17T06:35:41.686 INFO:teuthology.task.internal:no buildpackages task found 2023-11-17T06:35:41.686 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-17T06:35:41.710 INFO:teuthology.task.internal:Saving configuration 2023-11-17T06:35:41.723 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-17T06:35:41.731 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T06:35:41.757 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:30:42.865242', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWLejcvpKWsWOYWsQ5rU3f8VI8ZPijGpa5JVz8gY+C3HpPP3q4eFtcl4R7oNV0pbW7dabZTPwX6piT+PdRJ9rQ='} 2023-11-17T06:35:41.779 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:30:42.867091', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGMJJPqEx9bcVu0+SlzyZPMKK6F1A/iBjkzq0CDYQ7CJ4pPz9b1po58teSqoEuUK1EKCpWMx7h3LKH0hsGJOvT4='} 2023-11-17T06:35:41.779 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-17T06:35:41.787 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-17T06:35:41.788 INFO:teuthology.task.internal:roles: ubuntu@smithi092.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-17T06:35:41.788 INFO:teuthology.run_tasks:Running task console_log... 2023-11-17T06:35:41.887 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fde12138f70>, signals=[15]) 2023-11-17T06:35:41.887 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-17T06:35:41.894 INFO:teuthology.task.internal:Opening connections... 2023-11-17T06:35:41.894 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:35:41.896 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:35:41.965 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi092.front.sepia.ceph.com 2023-11-17T06:35:41.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:35:42.034 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-17T06:35:42.040 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2023-11-17T06:35:42.062 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2023-11-17T06:35:42.063 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2023-11-17T06:35:42.124 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2023-11-17T06:35:42.124 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="8" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="8" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el8" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T06:35:42.125 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2023-11-17T06:35:42.126 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T06:35:42.126 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2023-11-17T06:35:42.126 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T06:35:42.126 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T06:35:42.126 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T06:35:42.128 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2023-11-17T06:35:42.151 DEBUG:teuthology.orchestra.run.smithi092:> uname -m 2023-11-17T06:35:42.173 INFO:teuthology.orchestra.run.smithi092.stdout:x86_64 2023-11-17T06:35:42.174 DEBUG:teuthology.orchestra.run.smithi092:> cat /etc/os-release 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:NAME="CentOS Stream" 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION="8" 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:ID="centos" 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:ID_LIKE="rhel fedora" 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:VERSION_ID="8" 2023-11-17T06:35:42.235 INFO:teuthology.orchestra.run.smithi092.stdout:PLATFORM_ID="platform:el8" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:ANSI_COLOR="0;31" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:HOME_URL="https://centos.org/" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-17T06:35:42.236 INFO:teuthology.orchestra.run.smithi092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-17T06:35:42.236 INFO:teuthology.lock.ops:Updating smithi092.front.sepia.ceph.com on lock server 2023-11-17T06:35:42.259 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-17T06:35:42.270 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-17T06:35:42.316 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-17T06:35:42.316 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2023-11-17T06:35:42.318 DEBUG:teuthology.orchestra.run.smithi092:> test '!' -e /home/ubuntu/cephtest 2023-11-17T06:35:42.338 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-17T06:35:42.367 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-17T06:35:42.367 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2023-11-17T06:35:42.380 DEBUG:teuthology.orchestra.run.smithi092:> test -z $(ls -A /var/lib/ceph) 2023-11-17T06:35:42.410 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-17T06:35:42.465 INFO:teuthology.run_tasks:Running task kernel... 2023-11-17T06:35:42.482 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-17T06:35:42.483 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-17T06:35:42.483 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T06:35:42.483 DEBUG:teuthology.orchestra.run.smithi092:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-17T06:35:42.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:35:42.505 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-11-17T06:35:42.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:35:42.507 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-11-17T06:35:42.566 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-489.el8.x86_64 2023-11-17T06:35:42.566 INFO:teuthology.task.kernel:Running kernel on smithi092: 4.18.0-489.el8.x86_64 2023-11-17T06:35:42.567 DEBUG:teuthology.orchestra.run.smithi092:> sudo yum install -y kernel 2023-11-17T06:35:42.568 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-489.el8.x86_64 2023-11-17T06:35:42.568 INFO:teuthology.task.kernel:Running kernel on smithi062: 4.18.0-489.el8.x86_64 2023-11-17T06:35:42.569 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2023-11-17T06:35:47.098 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - AppStream 17 MB/s | 34 MB 00:02 2023-11-17T06:35:47.339 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - AppStream 15 MB/s | 34 MB 00:02 2023-11-17T06:35:54.606 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - BaseOS 39 MB/s | 53 MB 00:01 2023-11-17T06:35:55.139 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - BaseOS 47 MB/s | 53 MB 00:01 2023-11-17T06:36:02.472 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras 73 kB/s | 18 kB 00:00 2023-11-17T06:36:02.856 INFO:teuthology.orchestra.run.smithi092.stdout:CentOS Stream 8 - Extras common packages 33 kB/s | 6.9 kB 00:00 2023-11-17T06:36:11.458 INFO:teuthology.orchestra.run.smithi092.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-17T06:36:11.458 INFO:teuthology.orchestra.run.smithi092.stdout:Extra Packages for Enterprise Linux 7.9 MB/s | 16 MB 00:02 2023-11-17T06:36:11.458 INFO:teuthology.orchestra.run.smithi092.stdout:lab-extras 317 kB/s | 24 kB 00:00 2023-11-17T06:36:11.458 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras 39 kB/s | 18 kB 00:00 2023-11-17T06:36:11.459 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-17T06:36:11.459 INFO:teuthology.orchestra.run.smithi062.stdout:Copr repo for python3-asyncssh owned by ceph 2.7 kB/s | 3.5 kB 00:01 2023-11-17T06:36:11.459 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-17T06:36:11.459 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 394 kB/s | 24 kB 00:00 2023-11-17T06:36:12.848 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T06:36:12.848 INFO:teuthology.orchestra.run.smithi092.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T06:36:13.133 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-17T06:36:13.133 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:Installing: 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:36:13.134 INFO:teuthology.orchestra.run.smithi092.stdout:Install 3 Packages 2023-11-17T06:36:13.135 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:13.135 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 89 M 2023-11-17T06:36:13.135 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 96 M 2023-11-17T06:36:13.135 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-11-17T06:36:13.600 INFO:teuthology.orchestra.run.smithi092.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 24 MB/s | 10 MB 00:00 2023-11-17T06:36:14.175 INFO:teuthology.orchestra.run.smithi092.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 36 MB/s | 36 MB 00:01 2023-11-17T06:36:14.608 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-17T06:36:14.608 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-17T06:36:14.609 INFO:teuthology.orchestra.run.smithi092.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 30 MB/s | 43 MB 00:01 2023-11-17T06:36:14.609 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-11-17T06:36:14.609 INFO:teuthology.orchestra.run.smithi092.stdout:Total 61 MB/s | 89 MB 00:01 2023-11-17T06:36:14.890 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-17T06:36:14.891 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout:Install 3 Packages 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 89 M 2023-11-17T06:36:14.892 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 96 M 2023-11-17T06:36:14.893 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-17T06:36:15.285 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-11-17T06:36:15.551 INFO:teuthology.orchestra.run.smithi062.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 22 MB/s | 10 MB 00:00 2023-11-17T06:36:15.703 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-11-17T06:36:15.703 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-11-17T06:36:16.069 INFO:teuthology.orchestra.run.smithi062.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 37 MB/s | 36 MB 00:00 2023-11-17T06:36:16.552 INFO:teuthology.orchestra.run.smithi062.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 30 MB/s | 43 MB 00:01 2023-11-17T06:36:16.552 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-17T06:36:16.552 INFO:teuthology.orchestra.run.smithi062.stdout:Total 54 MB/s | 89 MB 00:01 2023-11-17T06:36:16.951 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-11-17T06:36:16.978 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-11-17T06:36:17.268 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-17T06:36:17.743 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-17T06:36:17.743 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-17T06:36:19.051 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-17T06:36:19.070 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-17T06:36:19.704 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-11-17T06:36:20.304 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:21.985 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-17T06:36:22.554 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:23.812 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:24.195 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:26.266 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:27.029 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:27.617 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:27.925 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:30.708 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:30.997 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:49.811 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:49.834 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:50.177 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:50.177 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:50.177 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:50.970 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:50.971 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-17T06:36:51.121 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T06:36:51.338 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T06:36:51.338 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T06:36:51.338 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T06:36:51.338 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T06:36:51.339 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T06:36:51.339 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-17T06:36:51.339 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi092.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T06:36:51.339 DEBUG:teuthology.orchestra.run.smithi092:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T06:36:51.548 INFO:teuthology.orchestra.run.smithi092.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T06:36:51.548 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T06:36:51.549 DEBUG:teuthology.orchestra.run.smithi092:> sudo rpm -qi grub2-tools 2023-11-17T06:36:51.582 INFO:teuthology.orchestra.run.smithi092.stdout:Name : grub2-tools 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Epoch : 1 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Version : 2.02 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Release : 129.el8 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Architecture: x86_64 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Group : System Environment/Base 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Size : 9265586 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:License : GPLv3+ 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T06:36:51.583 INFO:teuthology.orchestra.run.smithi092.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:Relocations : (not relocatable) 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:Packager : CentOS BuildSystem 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:Vendor : CentOS 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:Summary : Support tools for GRUB. 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:Description : 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T06:36:51.584 INFO:teuthology.orchestra.run.smithi092.stdout:hardware devices. 2023-11-17T06:36:51.585 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:36:51.585 INFO:teuthology.orchestra.run.smithi092.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T06:36:51.585 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T06:36:51.586 INFO:teuthology.task.kernel:Updating grub on smithi092 to boot 4.18.0-521.el8.x86_64 2023-11-17T06:36:51.586 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T06:36:53.314 INFO:teuthology.orchestra.run.smithi092.stderr:Generating grub configuration file ... 2023-11-17T06:36:54.178 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:54.202 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:54.572 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:54.572 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-17T06:36:54.573 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-17T06:36:55.419 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-17T06:36:55.419 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:55.420 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-17T06:36:55.420 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-17T06:36:55.420 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-17T06:36:55.420 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:55.420 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-17T06:36:55.506 INFO:teuthology.orchestra.run.smithi092.stderr:done 2023-11-17T06:36:55.507 DEBUG:teuthology.orchestra.run.smithi092:> mktemp 2023-11-17T06:36:55.543 INFO:teuthology.orchestra.run.smithi092.stdout:/tmp/tmp.OGOq2VVynT 2023-11-17T06:36:55.543 DEBUG:teuthology.orchestra.run.smithi092:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OGOq2VVynT 2023-11-17T06:36:55.580 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T06:36:55.617 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0666 /tmp/tmp.OGOq2VVynT 2023-11-17T06:36:55.763 DEBUG:teuthology.orchestra.remote:smithi092:/tmp/tmp.OGOq2VVynT is 6KB 2023-11-17T06:36:55.808 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T06:36:55.808 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T06:36:55.809 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-17T06:36:55.809 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-17T06:36:55.809 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-17T06:36:55.809 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-17T06:36:55.809 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2023-11-17T06:36:55.809 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2023-11-17T06:36:55.814 DEBUG:teuthology.orchestra.run.smithi092:> rm -fr /tmp/tmp.OGOq2VVynT 2023-11-17T06:36:55.834 DEBUG:teuthology.orchestra.run.smithi092:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T06:36:55.902 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T06:36:55.902 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T06:36:55.902 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T06:36:55.902 INFO:teuthology.orchestra.run.smithi092.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T06:36:55.903 DEBUG:teuthology.orchestra.run.smithi092:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T06:36:56.028 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-17T06:36:56.028 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-17T06:36:56.028 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2023-11-17T06:36:56.063 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2023-11-17T06:36:56.063 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2023-11-17T06:36:56.063 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.02 2023-11-17T06:36:56.063 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 129.el8 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Group : System Environment/Base 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 9265586 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Relocations : (not relocatable) 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : CentOS BuildSystem 2023-11-17T06:36:56.064 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:36:56.065 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2023-11-17T06:36:56.066 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-17T06:36:56.066 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 4.18.0-521.el8.x86_64 2023-11-17T06:36:56.066 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-17T06:36:56.083 DEBUG:teuthology.orchestra.run.smithi092:> sudo shutdown -r now 2023-11-17T06:36:57.379 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2023-11-17T06:36:59.553 INFO:teuthology.orchestra.run.smithi062.stderr:done 2023-11-17T06:36:59.555 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2023-11-17T06:36:59.576 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.mB7qolEHHZ 2023-11-17T06:36:59.577 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.mB7qolEHHZ 2023-11-17T06:36:59.649 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.mB7qolEHHZ 2023-11-17T06:36:59.791 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.mB7qolEHHZ is 6KB 2023-11-17T06:36:59.840 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.mB7qolEHHZ 2023-11-17T06:36:59.857 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2023-11-17T06:36:59.924 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-17T06:36:59.924 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-17T06:36:59.924 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-17T06:36:59.924 INFO:teuthology.orchestra.run.smithi062.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-17T06:36:59.925 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-17T06:37:00.069 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2023-11-17T06:37:26.110 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-17T06:37:26.111 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-17T06:37:26.111 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:37:30.074 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-17T06:37:30.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-17T06:37:30.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:38:26.167 DEBUG:teuthology.orchestra.remote:timed out 2023-11-17T06:38:39.960 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-11-17T06:38:40.262 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-17T06:38:40.262 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-17T06:38:40.262 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2023-11-17T06:38:40.279 INFO:teuthology.orchestra.run.smithi062.stdout:4.18.0-521.el8.x86_64 2023-11-17T06:38:40.279 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T06:38:40.280 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T06:38:40.280 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T06:38:41.281 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-17T06:38:41.281 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T06:38:41.386 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2023-11-17T06:38:41.401 DEBUG:teuthology.parallel:result is None 2023-11-17T06:38:48.672 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-17T06:38:48.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:38:49.022 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-11-17T06:38:49.310 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-17T06:38:49.310 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-17T06:38:49.310 DEBUG:teuthology.orchestra.run.smithi092:> uname -r 2023-11-17T06:38:49.331 INFO:teuthology.orchestra.run.smithi092.stdout:4.18.0-521.el8.x86_64 2023-11-17T06:38:49.331 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-17T06:38:49.331 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-17T06:38:49.331 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-17T06:38:50.332 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-17T06:38:50.332 DEBUG:teuthology.orchestra.run.smithi092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-17T06:38:50.404 INFO:teuthology.orchestra.run.smithi092.stdout:ttyS1 2023-11-17T06:38:50.417 DEBUG:teuthology.parallel:result is None 2023-11-17T06:38:50.417 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-17T06:38:50.424 INFO:teuthology.task.internal:Creating test directory... 2023-11-17T06:38:50.425 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T06:38:50.428 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-17T06:38:50.450 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-17T06:38:50.532 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-17T06:38:50.540 INFO:teuthology.task.internal:Creating archive directory... 2023-11-17T06:38:50.541 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T06:38:50.543 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-17T06:38:50.586 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-17T06:38:50.592 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-17T06:38:50.592 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T06:38:50.613 DEBUG:teuthology.orchestra.run.smithi092:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-17T06:38:50.652 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:38:50.663 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:38:50.664 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:38:50.675 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-17T06:38:50.676 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-17T06:38:50.684 INFO:teuthology.task.internal:Configuring sudo... 2023-11-17T06:38:50.684 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T06:38:50.708 DEBUG:teuthology.orchestra.run.smithi092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-17T06:38:50.750 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-17T06:38:50.759 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-17T06:38:50.759 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T06:38:50.778 DEBUG:teuthology.orchestra.run.smithi092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-17T06:38:50.811 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:38:50.876 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:38:50.928 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:38:51.012 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:38:51.058 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:38:51.058 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T06:38:51.126 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:38:51.173 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-17T06:38:51.228 DEBUG:teuthology.orchestra.run.smithi092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:38:51.312 DEBUG:teuthology.orchestra.run.smithi092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-17T06:38:51.356 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:38:51.356 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-17T06:38:51.423 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2023-11-17T06:38:51.425 DEBUG:teuthology.orchestra.run.smithi092:> sudo service rsyslog restart 2023-11-17T06:38:51.491 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:38:51.533 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T06:38:51.920 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-17T06:38:51.929 INFO:teuthology.task.internal:Starting timer... 2023-11-17T06:38:51.929 INFO:teuthology.run_tasks:Running task pcp... 2023-11-17T06:38:51.944 INFO:teuthology.run_tasks:Running task selinux... 2023-11-17T06:38:51.952 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-17T06:38:51.952 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2023-11-17T06:38:52.032 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2023-11-17T06:38:52.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo service auditd rotate 2023-11-17T06:38:52.099 INFO:teuthology.orchestra.run.smithi092.stdout:Rotating logs: 2023-11-17T06:38:52.100 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-17T06:38:52.100 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2023-11-17T06:38:52.129 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2023-11-17T06:38:52.129 DEBUG:teuthology.orchestra.run.smithi092:> /usr/sbin/getenforce 2023-11-17T06:38:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Permissive 2023-11-17T06:38:52.180 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi062.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi092.front.sepia.ceph.com': 'permissive'} 2023-11-17T06:38:52.181 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:38:52.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:38:52.210 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T06:38:52.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T06:38:52.237 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-17T06:38:52.237 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2023-11-17T06:38:52.284 DEBUG:teuthology.orchestra.run.smithi092:> sudo /usr/sbin/setenforce permissive 2023-11-17T06:38:52.310 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-17T06:38:52.320 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-17T06:38:52.325 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-17T06:38:52.439 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-17T06:38:52.456 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-17T06:38:52.457 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi062.front.sepia.ceph.com,smithi092.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-17T06:46:55.799 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi062.front.sepia.ceph.com'), Remote(name='ubuntu@smithi092.front.sepia.ceph.com')] 2023-11-17T06:46:55.800 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-17T06:46:55.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:46:55.885 DEBUG:teuthology.orchestra.run.smithi062:> true 2023-11-17T06:46:55.960 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2023-11-17T06:46:55.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-17T06:46:55.961 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-17T06:46:56.076 DEBUG:teuthology.orchestra.run.smithi092:> true 2023-11-17T06:46:56.147 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi092.front.sepia.ceph.com' 2023-11-17T06:46:56.148 INFO:teuthology.run_tasks:Running task clock... 2023-11-17T06:46:56.159 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-17T06:46:56.160 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T06:46:56.160 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:46:56.165 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-17T06:46:56.165 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T06:46:56.200 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T06:46:56.216 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T06:46:56.223 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-17T06:46:56.239 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-17T06:46:56.284 INFO:teuthology.orchestra.run.smithi062.stderr:sudo: ntpd: command not found 2023-11-17T06:46:56.296 INFO:teuthology.orchestra.run.smithi062.stdout:506 Cannot talk to daemon 2023-11-17T06:46:56.300 INFO:teuthology.orchestra.run.smithi092.stderr:sudo: ntpd: command not found 2023-11-17T06:46:56.311 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T06:46:56.312 INFO:teuthology.orchestra.run.smithi092.stdout:506 Cannot talk to daemon 2023-11-17T06:46:56.325 INFO:teuthology.orchestra.run.smithi062.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T06:46:56.326 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-17T06:46:56.339 INFO:teuthology.orchestra.run.smithi092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-17T06:46:56.390 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-11-17T06:46:56.394 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:46:56.395 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-11-17T06:46:56.395 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.395 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.395 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.396 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.407 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-11-17T06:46:56.410 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T06:46:56.410 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-11-17T06:46:56.410 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.411 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.411 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.411 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T06:46:56.412 INFO:teuthology.run_tasks:Running task pexec... 2023-11-17T06:46:56.421 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-17T06:46:56.421 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:46:56.421 DEBUG:teuthology.orchestra.run.smithi062:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T06:46:56.422 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi092.front.sepia.ceph.com 2023-11-17T06:46:56.422 DEBUG:teuthology.orchestra.run.smithi092:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-17T06:46:57.332 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:02:16 ago on Fri 17 Nov 2023 06:44:41 AM UTC. 2023-11-17T06:46:57.355 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:47 ago on Fri 17 Nov 2023 06:45:10 AM UTC. 2023-11-17T06:46:59.474 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-17T06:46:59.475 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:46:59.475 INFO:teuthology.orchestra.run.smithi092.stdout: Package Architecture Version Repository Size 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout:Resetting modules: 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:46:59.476 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:46:59.626 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout: Package Architecture Version Repository Size 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout:Resetting modules: 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:46:59.628 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:46:59.720 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-17T06:46:59.877 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-17T06:47:00.682 INFO:teuthology.orchestra.run.smithi092.stdout:Last metadata expiration check: 0:02:19 ago on Fri 17 Nov 2023 06:44:41 AM UTC. 2023-11-17T06:47:00.898 INFO:teuthology.orchestra.run.smithi062.stdout:Last metadata expiration check: 0:01:50 ago on Fri 17 Nov 2023 06:45:10 AM UTC. 2023-11-17T06:47:02.803 INFO:teuthology.orchestra.run.smithi092.stdout:Dependencies resolved. 2023-11-17T06:47:02.981 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout: Package Arch Version Repository Size 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout:Installing group/module packages: 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T06:47:02.982 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout:Installing dependencies: 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout:Installing weak dependencies: 2023-11-17T06:47:02.983 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout:Installing module profiles: 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools/common 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout:Enabling module streams: 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout: container-tools rhel8 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction Summary 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout:================================================================================ 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout:Install 13 Packages 2023-11-17T06:47:02.984 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:47:02.985 INFO:teuthology.orchestra.run.smithi092.stdout:Total download size: 27 M 2023-11-17T06:47:02.985 INFO:teuthology.orchestra.run.smithi092.stdout:Installed size: 89 M 2023-11-17T06:47:02.985 INFO:teuthology.orchestra.run.smithi092.stdout:Downloading Packages: 2023-11-17T06:47:03.138 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2023-11-17T06:47:03.330 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout:Installing group/module packages: 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-17T06:47:03.331 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout:Installing weak dependencies: 2023-11-17T06:47:03.332 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout:Installing module profiles: 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools/common 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout:Enabling module streams: 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout: container-tools rhel8 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2023-11-17T06:47:03.333 INFO:teuthology.orchestra.run.smithi062.stdout:Install 13 Packages 2023-11-17T06:47:03.334 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:47:03.338 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 27 M 2023-11-17T06:47:03.338 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 89 M 2023-11-17T06:47:03.338 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2023-11-17T06:47:03.680 INFO:teuthology.orchestra.run.smithi062.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.4 MB/s | 750 kB 00:00 2023-11-17T06:47:03.715 INFO:teuthology.orchestra.run.smithi062.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.9 MB/s | 1.0 MB 00:00 2023-11-17T06:47:03.763 INFO:teuthology.orchestra.run.smithi062.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 453 kB/s | 38 kB 00:00 2023-11-17T06:47:03.788 INFO:teuthology.orchestra.run.smithi062.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-17T06:47:03.847 INFO:teuthology.orchestra.run.smithi062.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-17T06:47:03.906 INFO:teuthology.orchestra.run.smithi062.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 424 kB/s | 25 kB 00:00 2023-11-17T06:47:03.923 INFO:teuthology.orchestra.run.smithi092.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.0 MB/s | 750 kB 00:00 2023-11-17T06:47:03.964 INFO:teuthology.orchestra.run.smithi092.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.5 MB/s | 1.0 MB 00:00 2023-11-17T06:47:03.973 INFO:teuthology.orchestra.run.smithi062.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 19 MB/s | 3.9 MB 00:00 2023-11-17T06:47:03.991 INFO:teuthology.orchestra.run.smithi092.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 580 kB/s | 38 kB 00:00 2023-11-17T06:47:03.998 INFO:teuthology.orchestra.run.smithi062.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-11-17T06:47:04.031 INFO:teuthology.orchestra.run.smithi092.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.5 MB/s | 241 kB 00:00 2023-11-17T06:47:04.098 INFO:teuthology.orchestra.run.smithi092.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-17T06:47:04.193 INFO:teuthology.orchestra.run.smithi092.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 261 kB/s | 25 kB 00:00 2023-11-17T06:47:04.198 INFO:teuthology.orchestra.run.smithi062.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-17T06:47:04.248 INFO:teuthology.orchestra.run.smithi062.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 10 MB/s | 2.5 MB 00:00 2023-11-17T06:47:04.257 INFO:teuthology.orchestra.run.smithi092.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 15 MB/s | 3.9 MB 00:00 2023-11-17T06:47:04.274 INFO:teuthology.orchestra.run.smithi062.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 699 kB/s | 53 kB 00:00 2023-11-17T06:47:04.282 INFO:teuthology.orchestra.run.smithi092.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-11-17T06:47:04.307 INFO:teuthology.orchestra.run.smithi062.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 701 kB/s | 41 kB 00:00 2023-11-17T06:47:04.408 INFO:teuthology.orchestra.run.smithi062.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-17T06:47:04.408 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2023-11-17T06:47:04.408 INFO:teuthology.orchestra.run.smithi062.stdout:Total 25 MB/s | 27 MB 00:01 2023-11-17T06:47:04.416 INFO:teuthology.orchestra.run.smithi092.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-11-17T06:47:04.491 INFO:teuthology.orchestra.run.smithi092.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 705 kB/s | 53 kB 00:00 2023-11-17T06:47:04.575 INFO:teuthology.orchestra.run.smithi092.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.6 MB/s | 2.5 MB 00:00 2023-11-17T06:47:04.600 INFO:teuthology.orchestra.run.smithi092.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 377 kB/s | 41 kB 00:00 2023-11-17T06:47:04.681 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2023-11-17T06:47:04.692 INFO:teuthology.orchestra.run.smithi092.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-17T06:47:04.693 INFO:teuthology.orchestra.run.smithi092.stdout:-------------------------------------------------------------------------------- 2023-11-17T06:47:04.693 INFO:teuthology.orchestra.run.smithi092.stdout:Total 16 MB/s | 27 MB 00:01 2023-11-17T06:47:04.704 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2023-11-17T06:47:04.704 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2023-11-17T06:47:04.963 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction check 2023-11-17T06:47:04.984 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction check succeeded. 2023-11-17T06:47:04.984 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction test 2023-11-17T06:47:04.987 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2023-11-17T06:47:04.990 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2023-11-17T06:47:05.249 INFO:teuthology.orchestra.run.smithi092.stdout:Transaction test succeeded. 2023-11-17T06:47:05.252 INFO:teuthology.orchestra.run.smithi092.stdout:Running transaction 2023-11-17T06:47:05.693 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2023-11-17T06:47:05.918 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T06:47:05.965 INFO:teuthology.orchestra.run.smithi092.stdout: Preparing : 1/1 2023-11-17T06:47:06.213 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-17T06:47:06.304 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T06:47:06.418 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-17T06:47:06.497 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T06:47:06.603 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-17T06:47:06.745 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T06:47:06.867 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T06:47:07.309 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T06:47:07.433 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-17T06:47:08.338 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T06:47:08.446 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T06:47:08.561 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T06:47:08.708 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-17T06:47:08.768 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T06:47:08.933 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-17T06:47:09.025 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T06:47:09.170 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-17T06:47:09.586 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T06:47:54.828 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T06:47:54.829 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T06:47:54.830 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout:Installed: 2023-11-17T06:47:54.831 INFO:teuthology.orchestra.run.smithi092.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T06:47:54.832 INFO:teuthology.orchestra.run.smithi092.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:47:54.833 INFO:teuthology.orchestra.run.smithi092.stdout:Complete! 2023-11-17T06:47:54.834 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T06:47:54.834 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-17T06:47:54.834 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T06:47:54.835 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-17T06:47:54.835 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-17T06:47:54.835 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-17T06:47:54.835 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-17T06:47:54.835 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-17T06:47:54.836 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-17T06:47:54.837 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-17T06:47:54.837 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-17T06:47:54.837 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:47:54.837 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-17T06:47:54.864 INFO:teuthology.orchestra.run.smithi062.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.865 INFO:teuthology.orchestra.run.smithi062.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-17T06:47:54.865 INFO:teuthology.orchestra.run.smithi062.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-17T06:47:54.865 INFO:teuthology.orchestra.run.smithi062.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-17T06:47:54.865 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:47:54.865 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2023-11-17T06:47:54.865 DEBUG:teuthology.parallel:result is None 2023-11-17T06:47:54.865 DEBUG:teuthology.parallel:result is None 2023-11-17T06:47:54.865 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-17T06:47:54.880 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-17T06:47:54.880 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:47:54.880 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:47:54.907 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T06:47:54.907 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_1 2023-11-17T06:47:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T06:47:54.968 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:54.968 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 397358 Links: 1 2023-11-17T06:47:54.968 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:54.968 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:54.969 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:47:11.075828785 +0000 2023-11-17T06:47:54.969 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:46:12.640551643 +0000 2023-11-17T06:47:54.969 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:46:12.640551643 +0000 2023-11-17T06:47:54.969 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:47:54.969 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T06:47:55.040 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:47:55.040 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:47:55.040 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.0002376 s, 2.2 MB/s 2023-11-17T06:47:55.041 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T06:47:55.104 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_2 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 390815 Links: 1 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:47:11.075828785 +0000 2023-11-17T06:47:55.165 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:46:13.262541912 +0000 2023-11-17T06:47:55.166 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:46:13.262541912 +0000 2023-11-17T06:47:55.166 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:47:55.166 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T06:47:55.233 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:47:55.233 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:47:55.233 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.00023531 s, 2.2 MB/s 2023-11-17T06:47:55.234 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T06:47:55.296 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_3 2023-11-17T06:47:55.355 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T06:47:55.355 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:55.355 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 392961 Links: 1 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:47:11.075828785 +0000 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:46:13.926531524 +0000 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:46:13.926531524 +0000 2023-11-17T06:47:55.356 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:47:55.356 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T06:47:55.429 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:47:55.452 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:47:55.453 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000198702 s, 2.6 MB/s 2023-11-17T06:47:55.454 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T06:47:55.489 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/vg_nvme/lv_4 2023-11-17T06:47:55.549 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T06:47:55.549 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:55.549 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 398970 Links: 1 2023-11-17T06:47:55.549 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:55.549 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:55.550 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:47:11.075828785 +0000 2023-11-17T06:47:55.550 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:46:14.508522419 +0000 2023-11-17T06:47:55.550 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:46:14.508522419 +0000 2023-11-17T06:47:55.550 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:47:55.550 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T06:47:55.618 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:47:55.619 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:47:55.619 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000310814 s, 1.6 MB/s 2023-11-17T06:47:55.621 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T06:47:55.681 DEBUG:teuthology.orchestra.run.smithi062:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T06:47:55.802 INFO:teuthology.orchestra.run.smithi062.stdout:loop 2023-11-17T06:47:55.806 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_1... 2023-11-17T06:47:55.806 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T06:47:55.842 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-11-17T06:47:55.876 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_11 2023-11-17T06:47:55.915 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_2... 2023-11-17T06:47:55.915 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T06:47:55.994 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-11-17T06:47:56.029 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_21 2023-11-17T06:47:56.067 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_3... 2023-11-17T06:47:56.068 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T06:47:56.145 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-11-17T06:47:56.179 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_31 2023-11-17T06:47:56.218 INFO:tasks.nvme_loop:Connecting nvme_loop smithi062:/dev/vg_nvme/lv_4... 2023-11-17T06:47:56.218 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T06:47:56.294 INFO:teuthology.orchestra.run.smithi062.stdout:1 2023-11-17T06:47:56.329 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/vg_nvme/lv_41 2023-11-17T06:47:56.367 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:47:56.368 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:47:56.428 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme list 2023-11-17T06:47:56.497 INFO:teuthology.orchestra.run.smithi062.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T06:47:56.498 INFO:teuthology.orchestra.run.smithi062.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T06:47:56.498 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme0n1 CVFT53440094400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-17T06:47:56.498 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme1n1 f3f0751edcd32706028a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:56.499 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme2n1 1257a99012923d8f2290 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:56.499 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme3n1 3ebec29e834a0c17a388 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:56.499 INFO:teuthology.orchestra.run.smithi062.stdout:/dev/nvme4n1 f14310ec4454361d627d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:56.500 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:47:56.500 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:47:56.501 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/scratch_devs 2023-11-17T06:47:56.578 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:47:56.579 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:47:56.602 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-17T06:47:56.602 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_1 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 394698 Links: 1 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:47:11.134548823 +0000 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:45:42.032210053 +0000 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:45:42.032210053 +0000 2023-11-17T06:47:56.663 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:47:56.664 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-17T06:47:56.733 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:47:56.733 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:47:56.734 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000209607 s, 2.4 MB/s 2023-11-17T06:47:56.735 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-17T06:47:56.796 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_2 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 391385 Links: 1 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:47:11.134548823 +0000 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:45:42.525196075 +0000 2023-11-17T06:47:56.856 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:45:42.525196075 +0000 2023-11-17T06:47:56.857 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:47:56.857 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-17T06:47:56.923 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:47:56.923 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:47:56.923 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000222022 s, 2.3 MB/s 2023-11-17T06:47:56.924 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-17T06:47:56.983 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_3 2023-11-17T06:47:57.042 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-17T06:47:57.042 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:57.042 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 391445 Links: 1 2023-11-17T06:47:57.042 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:57.042 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:57.043 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:47:11.134548823 +0000 2023-11-17T06:47:57.043 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:45:44.440141780 +0000 2023-11-17T06:47:57.043 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:45:44.440141780 +0000 2023-11-17T06:47:57.043 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:47:57.043 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-17T06:47:57.108 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:47:57.108 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:47:57.108 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000238768 s, 2.1 MB/s 2023-11-17T06:47:57.109 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-17T06:47:57.169 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/vg_nvme/lv_4 2023-11-17T06:47:57.230 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-17T06:47:57.230 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-17T06:47:57.230 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 389779 Links: 1 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:device_t:s0 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:47:11.134548823 +0000 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:45:44.976126583 +0000 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:45:44.976126583 +0000 2023-11-17T06:47:57.231 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:47:57.231 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-17T06:47:57.296 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:47:57.296 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:47:57.296 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000231014 s, 2.2 MB/s 2023-11-17T06:47:57.297 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-17T06:47:57.368 DEBUG:teuthology.orchestra.run.smithi092:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-17T06:47:57.477 INFO:teuthology.orchestra.run.smithi092.stdout:loop 2023-11-17T06:47:57.478 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_1... 2023-11-17T06:47:57.478 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-17T06:47:57.512 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-11-17T06:47:57.545 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_11 2023-11-17T06:47:57.584 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_2... 2023-11-17T06:47:57.584 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-17T06:47:57.665 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-11-17T06:47:57.697 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_21 2023-11-17T06:47:57.734 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_3... 2023-11-17T06:47:57.735 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-17T06:47:57.809 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-11-17T06:47:57.842 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_31 2023-11-17T06:47:57.879 INFO:tasks.nvme_loop:Connecting nvme_loop smithi092:/dev/vg_nvme/lv_4... 2023-11-17T06:47:57.879 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-17T06:47:57.955 INFO:teuthology.orchestra.run.smithi092.stdout:1 2023-11-17T06:47:57.988 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/vg_nvme/lv_41 2023-11-17T06:47:58.025 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:47:58.025 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:47:58.083 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme list 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme0n1 PHFT620400QM400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme1n1 06a8aae1134b90630568 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme2n1 7b615fa0968dc2a59729 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme3n1 b380e5073a8420db8647 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:58.149 INFO:teuthology.orchestra.run.smithi092.stdout:/dev/nvme4n1 2187e99fb851b5489cb9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2023-11-17T06:47:58.150 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:47:58.150 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:47:58.151 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/scratch_devs 2023-11-17T06:47:58.216 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-17T06:47:58.308 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac'} 2023-11-17T06:47:58.309 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-17T06:47:58.309 INFO:tasks.cephadm:Cluster fsid is 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:47:58.309 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-17T06:47:58.310 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-17T06:47:58.310 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi062': '172.21.15.62', 'mon.smithi092': '172.21.15.92'} 2023-11-17T06:47:58.310 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-17T06:47:58.310 DEBUG:teuthology.orchestra.run.smithi062:> sudo hostname $(hostname -s) 2023-11-17T06:47:58.345 DEBUG:teuthology.orchestra.run.smithi092:> sudo hostname $(hostname -s) 2023-11-17T06:47:58.372 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-17T06:47:58.372 DEBUG:teuthology.orchestra.run.smithi062:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.526 INFO:teuthology.orchestra.run.smithi062.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 17 06:47 /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.527 DEBUG:teuthology.orchestra.run.smithi092:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.785 INFO:teuthology.orchestra.run.smithi092.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 17 06:47 /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.785 DEBUG:teuthology.orchestra.run.smithi062:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.810 DEBUG:teuthology.orchestra.run.smithi092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-17T06:47:58.847 DEBUG:teuthology.orchestra.run.smithi062:> sudo mkdir -p /etc/ceph 2023-11-17T06:47:58.885 DEBUG:teuthology.orchestra.run.smithi092:> sudo mkdir -p /etc/ceph 2023-11-17T06:47:58.913 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 777 /etc/ceph 2023-11-17T06:47:58.957 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 777 /etc/ceph 2023-11-17T06:47:58.984 INFO:tasks.cephadm:Writing seed config... 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-17T06:47:58.985 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-17T06:47:58.986 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:47:58.986 DEBUG:teuthology.orchestra.run.smithi062:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-17T06:47:59.016 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 = 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-17T06:47:59.017 DEBUG:teuthology.orchestra.run.smithi062:mon.smithi062> sudo journalctl -f -n 0 -u ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service 2023-11-17T06:47:59.060 INFO:tasks.cephadm:Bootstrapping... 2023-11-17T06:47:59.060 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.62 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:47:59.089 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:-- Logs begin at Fri 2023-11-17 06:38:22 UTC. -- 2023-11-17T06:47:59.374 INFO:teuthology.orchestra.run.smithi062.stderr:-------------------------------------------------------------------------------- 2023-11-17T06:47:59.375 INFO:teuthology.orchestra.run.smithi062.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', '3e6b5f76-8515-11ee-8dbf-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.62', '--skip-admin-label'] 2023-11-17T06:47:59.942 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-11-17T06:47:59.951 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying podman|docker is present... 2023-11-17T06:47:59.973 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-11-17T06:47:59.982 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying lvm2 is present... 2023-11-17T06:47:59.982 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying time synchronization is in place... 2023-11-17T06:47:59.990 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T06:47:59.995 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:48:00.001 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2023-11-17T06:48:00.007 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2023-11-17T06:48:00.008 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2023-11-17T06:48:00.008 INFO:teuthology.orchestra.run.smithi062.stderr:Repeating the final host check... 2023-11-17T06:48:00.028 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 4.6.1 2023-11-17T06:48:00.042 INFO:teuthology.orchestra.run.smithi062.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-17T06:48:00.043 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl is present 2023-11-17T06:48:00.043 INFO:teuthology.orchestra.run.smithi062.stderr:lvcreate is present 2023-11-17T06:48:00.048 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-17T06:48:00.054 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:48:00.060 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: enabled 2023-11-17T06:48:00.066 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: active 2023-11-17T06:48:00.066 INFO:teuthology.orchestra.run.smithi062.stderr:Unit chronyd.service is enabled and running 2023-11-17T06:48:00.066 INFO:teuthology.orchestra.run.smithi062.stderr:Host looks OK 2023-11-17T06:48:00.067 INFO:teuthology.orchestra.run.smithi062.stderr:Cluster fsid: 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:00.067 INFO:teuthology.orchestra.run.smithi062.stderr:Acquiring lock 139708735680640 on /run/cephadm/3e6b5f76-8515-11ee-8dbf-212e2dc638e7.lock 2023-11-17T06:48:00.067 INFO:teuthology.orchestra.run.smithi062.stderr:Lock 139708735680640 acquired on /run/cephadm/3e6b5f76-8515-11ee-8dbf-212e2dc638e7.lock 2023-11-17T06:48:00.067 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 3300 ... 2023-11-17T06:48:00.068 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying IP 172.21.15.62 port 6789 ... 2023-11-17T06:48:00.068 INFO:teuthology.orchestra.run.smithi062.stderr:Base mon IP(s) is [172.21.15.62:3300, 172.21.15.62:6789], mon addrv is [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2023-11-17T06:48:00.072 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2023-11-17T06:48:00.072 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2023-11-17T06:48:00.074 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-17T06:48:00.075 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-17T06:48:00.075 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2023-11-17T06:48:00.077 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-17T06:48:00.078 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-17T06:48:00.078 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T06:48:00.078 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-17T06:48:00.078 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febb:d1c3/64 scope link 2023-11-17T06:48:00.078 INFO:teuthology.orchestra.run.smithi062.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-17T06:48:00.079 INFO:teuthology.orchestra.run.smithi062.stderr:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2023-11-17T06:48:00.079 INFO:teuthology.orchestra.run.smithi062.stderr:Mon IP `172.21.15.62` is in CIDR network `172.21.0.0/20` 2023-11-17T06:48:00.079 INFO:teuthology.orchestra.run.smithi062.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-17T06:48:00.080 INFO:teuthology.orchestra.run.smithi062.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-17T06:48:00.080 INFO:teuthology.orchestra.run.smithi062.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-17T06:48:00.200 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-17T06:48:00.278 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Getting image source signatures 2023-11-17T06:48:00.284 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:0b35c5e1bfec1c27da3a845830190bcbe1c93ae386a5c5a1a702ebe74c5dbf25 2023-11-17T06:48:00.284 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-17T06:48:25.510 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Copying config sha256:6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-17T06:48:25.576 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: Writing manifest to image destination 2023-11-17T06:48:25.863 INFO:teuthology.orchestra.run.smithi062.stderr:/bin/podman: 6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-17T06:48:26.403 INFO:teuthology.orchestra.run.smithi062.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T06:48:26.857 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-17T06:48:26.858 INFO:teuthology.orchestra.run.smithi062.stderr:Extracting ceph user uid/gid from container image... 2023-11-17T06:48:27.113 INFO:teuthology.orchestra.run.smithi062.stderr:stat: 167 167 2023-11-17T06:48:27.441 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial keys... 2023-11-17T06:48:27.679 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQC7DFdlOGt0JxAAzsfJhVFQ/SJXC5SoHaWJBw== 2023-11-17T06:48:28.287 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQC8DFdlogDVEBAAoB+7Nteb8yslVXaeZ2aGzQ== 2023-11-17T06:48:28.862 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-authtool: AQC8DFdlIX/pMhAA6p9rj5skJ8603RCx4D/7zw== 2023-11-17T06:48:29.191 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial monmap... 2023-11-17T06:48:29.471 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T06:48:29.471 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:29.471 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T06:48:29.804 INFO:teuthology.orchestra.run.smithi062.stderr:monmaptool for smithi062 [v2:172.21.15.62:3300,v1:172.21.15.62:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-17T06:48:29.804 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: set fsid to 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:29.804 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-17T06:48:29.804 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:48:29.804 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mon... 2023-11-17T06:48:30.087 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.064+0000 7f99b8fdb880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 1 imported monmap: 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: last_changed 2023-11-17T06:48:29.470570+0000 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: created 2023-11-17T06:48:29.470570+0000 2023-11-17T06:48:30.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon.smithi062 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 0 /usr/bin/ceph-mon: set fsid to 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T06:48:30.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: DB SUMMARY 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 0, files: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.create_if_missing: 1 2023-11-17T06:48:30.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.env: 0x55e4a43b0080 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.fs: Posix File System 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.info_log: 0x55e4a6a113a0 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.statistics: (nil) 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.use_fsync: 0 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T06:48:30.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T06:48:30.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.db_log_dir: 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi062/store.db 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.write_buffer_manager: 0x55e4a6a17980 2023-11-17T06:48:30.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.unordered_write: 0 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T06:48:30.122 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.row_cache: None 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.wal_filter: None 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T06:48:30.123 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T06:48:30.124 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.max_open_files: -1 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Compression algorithms supported: 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kZSTD supported: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T06:48:30.125 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.065+0000 7f99b8fdb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.126 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000001 2023-11-17T06:48:30.127 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.127 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T06:48:30.127 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.127 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.merge_operator: 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_filter: None 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e4a6927d38) 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T06:48:30.128 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache: 0x55e4a695cd10 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-17T06:48:30.129 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-17T06:48:30.130 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T06:48:30.131 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression: NoCompression 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.num_levels: 7 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T06:48:30.132 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T06:48:30.133 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T06:48:30.134 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T06:48:30.135 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T06:48:30.136 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T06:48:30.137 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T06:48:30.138 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.ttl: 2592000 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.066+0000 7f99b8fdb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.067+0000 7f99b8fdb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.067+0000 7f99b8fdb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.067+0000 7f99b8fdb880 4 rocksdb: DB pointer 0x55e4a6a25800 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.068+0000 7f99a1e62700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.068+0000 7f99a1e62700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-17T06:48:30.139 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:48:30.140 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:48:30.141 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:48:30.142 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:48:30.143 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:30.144 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.069+0000 7f99b8fdb880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.069+0000 7f99b8fdb880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-17T06:48:30.146 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph-mon: debug 2023-11-17T06:48:30.069+0000 7f99b8fdb880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi062 for mon.smithi062 2023-11-17T06:48:30.395 INFO:teuthology.orchestra.run.smithi062.stderr:create mon.smithi062 on 2023-11-17T06:48:30.507 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-17T06:48:30.607 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target → /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target. 2023-11-17T06:48:30.608 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target → /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target. 2023-11-17T06:48:30.822 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service: Unit ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service not loaded. 2023-11-17T06:48:30.829 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target.wants/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service → /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@.service. 2023-11-17T06:48:31.250 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-11-17T06:48:31.260 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:48:31.260 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-11-17T06:48:31.260 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T06:48:31.261 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon to start... 2023-11-17T06:48:31.261 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mon... 2023-11-17T06:48:31.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.267635+0000 mon.smithi062 (mon.0) 1 : cluster [INF] mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-11-17T06:48:31.707 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: cluster: 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: id: 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: services: 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi062 (age 0.413385s) 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: data: 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-17T06:48:31.708 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-17T06:48:31.709 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: pgs: 2023-11-17T06:48:31.709 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:32.056 INFO:teuthology.orchestra.run.smithi062.stderr:mon is available 2023-11-17T06:48:32.056 INFO:teuthology.orchestra.run.smithi062.stderr:Assimilating anything we can from ceph.conf... 2023-11-17T06:48:32.521 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.62:3300,v1:172.21.15.62:6789] 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:32.522 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2023-11-17T06:48:32.523 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T06:48:32.523 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:32.523 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2023-11-17T06:48:32.523 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T06:48:32.523 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T06:48:32.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.292450+0000 mon.smithi062 (mon.0) 2 : cluster [INF] mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-11-17T06:48:32.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.292674+0000 mon.smithi062 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} removed_ranks: {} 2023-11-17T06:48:32.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.306447+0000 mon.smithi062 (mon.0) 4 : cluster [DBG] fsmap 2023-11-17T06:48:32.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.309411+0000 mon.smithi062 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T06:48:32.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: cluster 2023-11-17T06:48:31.309889+0000 mon.smithi062 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T06:48:32.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: audit 2023-11-17T06:48:31.705793+0000 mon.smithi062 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.62:0/1425982508' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-17T06:48:32.880 INFO:teuthology.orchestra.run.smithi062.stderr:Generating new minimal ceph.conf... 2023-11-17T06:48:33.582 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: audit 2023-11-17T06:48:32.516422+0000 mon.smithi062 (mon.0) 8 : audit [INF] from='client.? 172.21.15.62:0/1994752654' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T06:48:33.583 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: audit 2023-11-17T06:48:32.519707+0000 mon.smithi062 (mon.0) 9 : audit [INF] from='client.? 172.21.15.62:0/1994752654' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T06:48:33.684 INFO:teuthology.orchestra.run.smithi062.stderr:Restarting the monitor... 2023-11-17T06:48:33.875 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7... 2023-11-17T06:48:33.876 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 bash[108092]: Error: no container with name or ID "ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon.smithi062" found: no such container 2023-11-17T06:48:33.876 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: debug 2023-11-17T06:48:33.874+0000 7f03bf0f7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T06:48:33.876 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[107770]: debug 2023-11-17T06:48:33.874+0000 7f03bf0f7700 -1 mon.smithi062@0(leader) e1 *** Got Signal Terminated *** 2023-11-17T06:48:34.126 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 bash[108130]: ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062 2023-11-17T06:48:34.612 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 systemd[1]: ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service: Succeeded. 2023-11-17T06:48:34.612 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 systemd[1]: Stopped Ceph mon.smithi062 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7. 2023-11-17T06:48:34.612 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 systemd[1]: Starting Ceph mon.smithi062 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7... 2023-11-17T06:48:34.666 INFO:teuthology.orchestra.run.smithi062.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-17T06:48:34.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.651+0000 7f82c44d7880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.651+0000 7f82c44d7880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.651+0000 7f82c44d7880 0 pidfile_write: ignore empty --pid-file 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.655+0000 7f82c44d7880 0 load: jerasure load: lrc load: isa 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: RocksDB version: 6.8.1 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Compile date Nov 14 2023 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: DB SUMMARY 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: CURRENT file: CURRENT 2023-11-17T06:48:34.912 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi062/store.db dir, Total Num: 1, files: 000004.sst 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi062/store.db: 000006.log size: 81192 ; 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.error_if_exists: 0 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.create_if_missing: 0 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.paranoid_checks: 1 2023-11-17T06:48:34.913 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.env: 0x5630b684a080 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.fs: Posix File System 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.info_log: 0x5630b7709d80 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.statistics: (nil) 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.use_fsync: 0 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_log_file_size: 0 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-17T06:48:34.914 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.allow_fallocate: 1 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.use_direct_reads: 0 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.db_log_dir: 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi062/store.db 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_subcompactions: 1 2023-11-17T06:48:34.915 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_background_flushes: -1 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.write_buffer_manager: 0x5630b8360480 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-17T06:48:34.916 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.unordered_write: 0 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-17T06:48:34.917 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.row_cache: None 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.wal_filter: None 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.preserve_deletes: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.two_write_queues: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.atomic_flush: 0 2023-11-17T06:48:34.918 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.log_readahead_size: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_background_jobs: 2 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_background_compactions: -1 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-17T06:48:34.919 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_open_files: -1 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-17T06:48:34.920 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Compression algorithms supported: 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kZSTD supported: 0 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kXpressCompression supported: 0 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 bash[108251]: 56b4f92711a54b46a0d412ce6a30ab2e2df0f4a29d0a4a6a30ccfe706b3c7dc8 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kLZ4Compression supported: 1 2023-11-17T06:48:34.921 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kBZip2Compression supported: 0 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kZlibCompression supported: 1 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: kSnappyCompression supported: 1 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000005 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.merge_operator: 2023-11-17T06:48:34.922 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_filter: None 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5630b76b9d30) 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cache_index_and_filter_blocks: 1 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: pin_top_level_index_and_filter: 1 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: index_type: 0 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: data_block_index_type: 0 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: index_shortening: 1 2023-11-17T06:48:34.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: data_block_hash_table_util_ratio: 0.750000 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: hash_index_allow_collision: 1 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: checksum: 1 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: no_block_cache: 0 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_cache: 0x5630b76eef10 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_cache_name: BinnedLRUCache 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_cache_options: 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: capacity : 536870912 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: num_shard_bits : 4 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: strict_capacity_limit : 0 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: high_pri_pool_ratio: 0.000 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_cache_compressed: (nil) 2023-11-17T06:48:34.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: persistent_cache: (nil) 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_size: 4096 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_size_deviation: 10 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_restart_interval: 16 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: index_block_restart_interval: 1 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: metadata_block_size: 4096 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: partition_filters: 0 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: use_delta_encoding: 1 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: whole_key_filtering: 1 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: verify_compression: 0 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: read_amp_bytes_per_bit: 0 2023-11-17T06:48:34.925 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: format_version: 2 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: enable_index_compression: 1 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: block_align: 0 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression: NoCompression 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.num_levels: 7 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-17T06:48:34.926 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-17T06:48:34.927 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-17T06:48:34.928 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-17T06:48:34.929 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-17T06:48:34.930 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.table_properties_collectors: 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.inplace_update_support: 0 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-17T06:48:34.931 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.bloom_locality: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.max_successive_merges: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.ttl: 2592000 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.656+0000 7f82c44d7880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.657+0000 7f82c44d7880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi062/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.657+0000 7f82c44d7880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.932 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.657+0000 7f82c44d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203714658310, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.657+0000 7f82c44d7880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.657+0000 7f82c44d7880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.658+0000 7f82c44d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203714659155, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 78195, "table_properties": {"data_size": 76489, "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": 71059, "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": 1700203714, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.658+0000 7f82c44d7880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.658+0000 7f82c44d7880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700203714659545, "job": 1, "event": "recovery_finished"} 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.659+0000 7f82c44d7880 4 rocksdb: DB pointer 0x5630b77b7800 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.659+0000 7f82ab2dd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.659+0000 7f82ab2dd700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** DB Stats ** 2023-11-17T06:48:34.933 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** Compaction Stats [default] ** 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.934 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** Compaction Stats [default] ** 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:48:34.935 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:48:34.936 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:48:34.936 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Cumulative compaction: 0.00 GB write, 27.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:34.936 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Interval compaction: 0.00 GB write, 27.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:34.936 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** Compaction Stats [default] ** 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: L0 2/0 78.05 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Sum 2/0 78.05 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** Compaction Stats [default] ** 2023-11-17T06:48:34.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.1 0.00 0.00 1 0.001 0 0 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(Total Files): cumulative 0, interval 0 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: AddFile(Keys): cumulative 0, interval 0 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Cumulative compaction: 0.00 GB write, 26.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-17T06:48:34.938 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: ** File Read Latency Histogram By Level [default] ** 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.659+0000 7f82c44d7880 0 starting mon.smithi062 rank 0 at public addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] at bind addrs [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi062 fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.660+0000 7f82c44d7880 1 mon.smithi062@-1(???) e1 preinit fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).mds e1 new map 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).mds e1 print_map 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: e1 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-17T06:48:34.939 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: legacy client fscid: -1 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: No filesystems configured 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 0 mon.smithi062@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:32.516422+0000 mon.smithi062 (mon.0) 8 : audit [INF] from='client.? 172.21.15.62:0/1994752654' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:32.519707+0000 mon.smithi062 (mon.0) 9 : audit [INF] from='client.? 172.21.15.62:0/1994752654' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-17T06:48:34.940 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:48:34.661+0000 7f82c44d7880 1 mon.smithi062@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 systemd[1]: Started Ceph mon.smithi062 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7. 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:34.677631+0000 mon.smithi062 (mon.0) 1 : cluster [INF] mon.smithi062 is new leader, mons smithi062 in quorum (ranks 0) 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:34.677696+0000 mon.smithi062 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0]} removed_ranks: {} 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:34.678148+0000 mon.smithi062 (mon.0) 3 : cluster [DBG] fsmap 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:34.678178+0000 mon.smithi062 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-17T06:48:34.941 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:34.678572+0000 mon.smithi062 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-17T06:48:35.448 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-17T06:48:35.448 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:48:35.448 INFO:teuthology.orchestra.run.smithi062.stderr:Creating mgr... 2023-11-17T06:48:35.448 INFO:teuthology.orchestra.run.smithi062.stderr:Verifying port 9283 ... 2023-11-17T06:48:35.582 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Failed to reset failed state of unit ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mgr.smithi062.imakbh.service: Unit ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mgr.smithi062.imakbh.service not loaded. 2023-11-17T06:48:35.588 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: Created symlink /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7.target.wants/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mgr.smithi062.imakbh.service → /etc/systemd/system/ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@.service. 2023-11-17T06:48:36.407 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:35.107907+0000 mon.smithi062 (mon.0) 6 : audit [INF] from='client.? 172.21.15.62:0/2248752819' entity='client.admin' 2023-11-17T06:48:37.118 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-11-17T06:48:37.124 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:48:37.125 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-11-17T06:48:37.125 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to enable service . firewalld.service is not available 2023-11-17T06:48:37.132 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-11-17T06:48:37.142 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:48:37.142 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-11-17T06:48:37.142 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-17T06:48:37.142 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr to start... 2023-11-17T06:48:37.142 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr... 2023-11-17T06:48:38.375 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:38.375 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:48:38.375 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "3e6b5f76-8515-11ee-8dbf-212e2dc638e7", 2023-11-17T06:48:38.375 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:48:38.375 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 3, 2023-11-17T06:48:38.376 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:48:38.377 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:48:38.378 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:48:38.379 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:48:31.305338+0000", 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:48:38.380 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:48:38.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:38.337988+0000 mon.smithi062 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.62:0/3681049515' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:48:38.705 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (1/15)... 2023-11-17T06:48:41.162 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "3e6b5f76-8515-11ee-8dbf-212e2dc638e7", 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-11-17T06:48:41.163 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.164 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:48:41.165 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:48:41.166 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": false, 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:48:31.305338+0000", 2023-11-17T06:48:41.167 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:41.168 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:41.168 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:48:41.168 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:48:41.474 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:41.156991+0000 mon.smithi062 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.62:0/883483587' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:48:41.488 INFO:teuthology.orchestra.run.smithi062.stderr:mgr not available, waiting (2/15)... 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:42.523850+0000 mon.smithi062 (mon.0) 9 : cluster [INF] Activating manager daemon smithi062.imakbh 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:42.526371+0000 mon.smithi062 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi062.imakbh(active, starting, since 0.00261715s) 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.527349+0000 mon.smithi062 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.527547+0000 mon.smithi062 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.527723+0000 mon.smithi062 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.527899+0000 mon.smithi062 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.528134+0000 mon.smithi062 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr metadata", "who": "smithi062.imakbh", "id": "smithi062.imakbh"}]: dispatch 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:42.541647+0000 mon.smithi062 (mon.0) 16 : cluster [INF] Manager daemon smithi062.imakbh is now available 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.553000+0000 mon.smithi062 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:42.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.557858+0000 mon.smithi062 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:48:42.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.559620+0000 mon.smithi062 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/trash_purge_schedule"}]: dispatch 2023-11-17T06:48:42.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.564723+0000 mon.smithi062 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:42.911 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:42.569412+0000 mon.smithi062 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.62:0/3197006417' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsid": "3e6b5f76-8515-11ee-8dbf-212e2dc638e7", 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "health": { 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "checks": {}, 2023-11-17T06:48:44.115 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mutes": [] 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum": [ 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 0 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "smithi062" 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "monmap": { 2023-11-17T06:48:44.116 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osdmap": { 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-17T06:48:44.117 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgmap": { 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-17T06:48:44.118 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "fsmap": { 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.119 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modules": [ 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "iostat", 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "nfs", 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "restful" 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ], 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "servicemap": { 2023-11-17T06:48:44.120 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-17T06:48:44.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "modified": "2023-11-17T06:48:31.305338+0000", 2023-11-17T06:48:44.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "services": {} 2023-11-17T06:48:44.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: }, 2023-11-17T06:48:44.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-17T06:48:44.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:48:44.438 INFO:teuthology.orchestra.run.smithi062.stderr:mgr is available 2023-11-17T06:48:44.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:43.529962+0000 mon.smithi062 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi062.imakbh(active, since 1.00621s) 2023-11-17T06:48:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:44.105624+0000 mon.smithi062 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.62:0/1938886488' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-17T06:48:44.944 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:44.944 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [global] 2023-11-17T06:48:44.944 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: fsid = 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [mgr] 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: [osd] 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-17T06:48:44.945 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-17T06:48:45.279 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling cephadm module... 2023-11-17T06:48:46.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:44.942375+0000 mon.smithi062 (mon.0) 24 : audit [INF] from='client.? 172.21.15.62:0/1145432162' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-17T06:48:46.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:45.529617+0000 mon.smithi062 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi062.imakbh(active, since 3s) 2023-11-17T06:48:46.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:45.849526+0000 mon.smithi062 (mon.0) 26 : audit [INF] from='client.? 172.21.15.62:0/3755712298' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-17T06:48:47.583 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:48:47.584 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-17T06:48:47.584 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:48:47.584 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.imakbh", 2023-11-17T06:48:47.584 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T06:48:47.584 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:48:47.889 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:46.672001+0000 mon.smithi062 (mon.0) 27 : audit [INF] from='client.? 172.21.15.62:0/3755712298' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-17T06:48:47.889 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:46.672058+0000 mon.smithi062 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi062.imakbh(active, since 4s) 2023-11-17T06:48:47.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:47.582628+0000 mon.smithi062 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.62:0/1831425982' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T06:48:47.928 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2023-11-17T06:48:47.928 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 5... 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:52.242770+0000 mon.smithi062 (mon.0) 30 : cluster [INF] Active manager daemon smithi062.imakbh restarted 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:52.242997+0000 mon.smithi062 (mon.0) 31 : cluster [INF] Activating manager daemon smithi062.imakbh 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:52.248054+0000 mon.smithi062 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:52.248149+0000 mon.smithi062 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi062.imakbh(active, starting, since 0.00523981s) 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.248912+0000 mon.smithi062 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.249678+0000 mon.smithi062 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr metadata", "who": "smithi062.imakbh", "id": "smithi062.imakbh"}]: dispatch 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.250289+0000 mon.smithi062 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:48:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.250423+0000 mon.smithi062 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:48:52.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.250544+0000 mon.smithi062 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:48:52.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:52.264372+0000 mon.smithi062 (mon.0) 39 : cluster [INF] Manager daemon smithi062.imakbh is now available 2023-11-17T06:48:52.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.276606+0000 mon.smithi062 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:53.256 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:48:53.256 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-17T06:48:53.256 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T06:48:53.256 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:48:53.595 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 5 is available 2023-11-17T06:48:53.595 INFO:teuthology.orchestra.run.smithi062.stderr:Setting orchestrator backend to cephadm... 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:48:52.274082+0000 mgr.smithi062.imakbh (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.367034+0000 mon.smithi062 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.368147+0000 mon.smithi062 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.369538+0000 mon.smithi062 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.371510+0000 mon.smithi062 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.385622+0000 mon.smithi062 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:52.388337+0000 mon.smithi062 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/trash_purge_schedule"}]: dispatch 2023-11-17T06:48:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:53.248783+0000 mon.smithi062 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi062.imakbh(active, since 1.00587s) 2023-11-17T06:48:54.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:53.247924+0000 mgr.smithi062.imakbh (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T06:48:54.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:53.254947+0000 mgr.smithi062.imakbh (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T06:48:54.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:54.147024+0000 mon.smithi062 (mon.0) 48 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:48:54.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:54.195210+0000 mon.smithi062 (mon.0) 49 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:48:55.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:54.143113+0000 mgr.smithi062.imakbh (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:48:55.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:48:55.148806+0000 mon.smithi062 (mon.0) 50 : cluster [DBG] mgrmap e8: smithi062.imakbh(active, since 2s) 2023-11-17T06:48:57.243 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: value unchanged 2023-11-17T06:48:58.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:48:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:48:57.242514+0000 mgr.smithi062.imakbh (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:48:59.186 INFO:teuthology.orchestra.run.smithi062.stderr:Generating ssh key... 2023-11-17T06:49:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:00.582516+0000 mgr.smithi062.imakbh (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:00.582727+0000 mgr.smithi062.imakbh (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-17T06:49:01.991 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:00.965224+0000 mon.smithi062 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:01.992 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:00.967085+0000 mon.smithi062 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:02.436 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/GyCnPkGZlq5pizWOsn1hXTNmOm98H93q2lg2YGwVFJDIqNrVPM6uHp7VjgWVPTzchCzcnoFaS21+Dk00Z1QyylG3FZwRLzfqm44K3roFytpYjQJNBfqE6DNVxIHLACNvpKvGuPEZdB5XEtkos1DBRB1bzgYivoLrwIWW02aAqijPnMz2Ys688do24m5VpPxm7Pt2YENiuluuTs8CiDI2nhnxs+4jtA4JQiApQRunSJvmS3CP4C/KHtTNv1iZ+/t9fhN2tkFln61hbNZnD7j4OQN0T5hF1brtDKHaGdKd9RlJ2tEXm3ONuFe6Qcuxx1ZJZ8Vo5H5iyhBMg0UDvfQkxxLg5kMSh1OqHJLRD3LI+z7azMGyKaY6FjzZqUU+X1bF0l5UaIdQyKb7Dda/e3eWuG3FqZ0IT6x2wcDm28tKGpMRC2Ynz5I/3X1lFPVEYxBfBfB3IhBHKZJuqCDNWrs2EmN1wYAkyiLOpuIypp0v+cHBw0SK67rf1CjWR0blP8E= ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:49:02.777 INFO:teuthology.orchestra.run.smithi062.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-17T06:49:02.777 INFO:teuthology.orchestra.run.smithi062.stderr:Adding key to root@localhost authorized_keys... 2023-11-17T06:49:02.778 INFO:teuthology.orchestra.run.smithi062.stderr:Adding host smithi062... 2023-11-17T06:49:03.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:02.435663+0000 mgr.smithi062.imakbh (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:03.933 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Added host 'smithi062' with addr '172.21.15.62' 2023-11-17T06:49:04.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:03.307477+0000 mgr.smithi062.imakbh (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi062", "addr": "172.21.15.62", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:04.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:03.930374+0000 mon.smithi062 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:04.220 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:03.933988+0000 mon.smithi062 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:04.237 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mon service with default placement... 2023-11-17T06:49:04.808 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-17T06:49:05.177 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying mgr service with default placement... 2023-11-17T06:49:05.873 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-17T06:49:06.100 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:03.930678+0000 mgr.smithi062.imakbh (mgr.14116) 10 : cephadm [INF] Added host smithi062 2023-11-17T06:49:06.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:04.807518+0000 mon.smithi062 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:06.101 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:05.633251+0000 mon.smithi062 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:06.209 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying crash service with default placement... 2023-11-17T06:49:06.842 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-17T06:49:06.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:04.803964+0000 mgr.smithi062.imakbh (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:06.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:04.805162+0000 mgr.smithi062.imakbh (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-17T06:49:06.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:05.872436+0000 mon.smithi062 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:06.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:05.877011+0000 mon.smithi062 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:07.377 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying prometheus service with default placement... 2023-11-17T06:49:07.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:05.869253+0000 mgr.smithi062.imakbh (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:05.870177+0000 mgr.smithi062.imakbh (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-17T06:49:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:06.802845+0000 mon.smithi062 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:06.841348+0000 mon.smithi062 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:08.063 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-17T06:49:08.426 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying grafana service with default placement... 2023-11-17T06:49:08.935 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-17T06:49:08.966 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:06.837943+0000 mgr.smithi062.imakbh (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:08.966 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:06.838898+0000 mgr.smithi062.imakbh (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-17T06:49:08.966 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:08.062934+0000 mon.smithi062 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:09.292 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying node-exporter service with default placement... 2023-11-17T06:49:09.835 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-17T06:49:09.999 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:08.059967+0000 mgr.smithi062.imakbh (mgr.14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:09.999 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:08.060808+0000 mgr.smithi062.imakbh (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-17T06:49:09.999 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:08.934056+0000 mon.smithi062 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:10.183 INFO:teuthology.orchestra.run.smithi062.stderr:Deploying alertmanager service with default placement... 2023-11-17T06:49:10.713 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-17T06:49:10.994 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:08.930247+0000 mgr.smithi062.imakbh (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:10.994 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:08.931091+0000 mgr.smithi062.imakbh (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-17T06:49:10.994 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:09.834105+0000 mon.smithi062 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:11.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:09.830349+0000 mgr.smithi062.imakbh (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:11.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:09.831207+0000 mgr.smithi062.imakbh (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-17T06:49:11.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:10.709512+0000 mgr.smithi062.imakbh (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:11.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:10.710365+0000 mgr.smithi062.imakbh (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-17T06:49:11.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:10.713075+0000 mon.smithi062 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.62:0/3119602839' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:11.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:11.553952+0000 mon.smithi062 (mon.0) 65 : audit [INF] from='client.? 172.21.15.62:0/611481540' entity='client.admin' 2023-11-17T06:49:12.942 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling the dashboard module... 2023-11-17T06:49:13.894 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:12.251414+0000 mgr.smithi062.imakbh (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:13.894 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:12.603848+0000 mon.smithi062 (mon.0) 66 : audit [INF] from='client.? 172.21.15.62:0/2021809834' entity='client.admin' 2023-11-17T06:49:13.894 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:13.507410+0000 mon.smithi062 (mon.0) 67 : audit [INF] from='client.? 172.21.15.62:0/2811460491' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "available": true, 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "active_name": "smithi062.imakbh", 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-17T06:49:14.563 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:49:14.877 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:13.605232+0000 mon.smithi062 (mon.0) 68 : audit [INF] from='client.? 172.21.15.62:0/2811460491' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-17T06:49:14.877 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:13.605304+0000 mon.smithi062 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi062.imakbh(active, since 21s) 2023-11-17T06:49:14.877 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:14.562161+0000 mon.smithi062 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.62:0/3051702168' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-17T06:49:14.908 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for the mgr to restart... 2023-11-17T06:49:14.909 INFO:teuthology.orchestra.run.smithi062.stderr:Waiting for mgr epoch 9... 2023-11-17T06:49:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:19.185721+0000 mon.smithi062 (mon.0) 71 : cluster [INF] Active manager daemon smithi062.imakbh restarted 2023-11-17T06:49:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:19.185940+0000 mon.smithi062 (mon.0) 72 : cluster [INF] Activating manager daemon smithi062.imakbh 2023-11-17T06:49:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:19.191182+0000 mon.smithi062 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:19.191315+0000 mon.smithi062 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi062.imakbh(active, starting, since 0.00546126s) 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.192361+0000 mon.smithi062 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.192928+0000 mon.smithi062 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr metadata", "who": "smithi062.imakbh", "id": "smithi062.imakbh"}]: dispatch 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.193733+0000 mon.smithi062 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.193901+0000 mon.smithi062 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.194052+0000 mon.smithi062 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:49:19.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:19.207486+0000 mon.smithi062 (mon.0) 80 : cluster [INF] Manager daemon smithi062.imakbh is now available 2023-11-17T06:49:20.198 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: { 2023-11-17T06:49:20.198 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-17T06:49:20.198 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: "initialized": true 2023-11-17T06:49:20.198 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: } 2023-11-17T06:49:20.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.307213+0000 mon.smithi062 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:20.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.308488+0000 mon.smithi062 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:20.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.334076+0000 mon.smithi062 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:49:20.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:19.337145+0000 mon.smithi062 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/trash_purge_schedule"}]: dispatch 2023-11-17T06:49:20.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:20.147729+0000 mon.smithi062 (mon.0) 85 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:20.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:20.190723+0000 mon.smithi062 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi062.imakbh(active, since 1.00487s) 2023-11-17T06:49:20.532 INFO:teuthology.orchestra.run.smithi062.stderr:mgr epoch 9 is available 2023-11-17T06:49:20.533 INFO:teuthology.orchestra.run.smithi062.stderr:Generating a dashboard self-signed certificate... 2023-11-17T06:49:21.200 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-17T06:49:21.482 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:20.190048+0000 mgr.smithi062.imakbh (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-17T06:49:21.483 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:20.196642+0000 mgr.smithi062.imakbh (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-17T06:49:21.483 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:21.189228+0000 mon.smithi062 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:21.483 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:21.199234+0000 mon.smithi062 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:21.549 INFO:teuthology.orchestra.run.smithi062.stderr:Creating initial admin user... 2023-11-17T06:49:22.340 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$KDKniBonn.gsgA8xLm0uCuJ5BW8CLZQqwBxBH0.manNQY.6TkWxAS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700203762, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-17T06:49:22.497 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:21.148335+0000 mgr.smithi062.imakbh (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:22.498 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:22.190766+0000 mon.smithi062 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi062.imakbh(active, since 3s) 2023-11-17T06:49:22.682 INFO:teuthology.orchestra.run.smithi062.stderr:Fetching dashboard port number... 2023-11-17T06:49:23.207 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: 8443 2023-11-17T06:49:23.565 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: disabled 2023-11-17T06:49:23.572 INFO:teuthology.orchestra.run.smithi062.stderr:systemctl: inactive 2023-11-17T06:49:23.573 INFO:teuthology.orchestra.run.smithi062.stderr:firewalld.service is not enabled 2023-11-17T06:49:23.573 INFO:teuthology.orchestra.run.smithi062.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-17T06:49:23.575 INFO:teuthology.orchestra.run.smithi062.stderr:Ceph Dashboard is now available at: 2023-11-17T06:49:23.575 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:23.575 INFO:teuthology.orchestra.run.smithi062.stderr: URL: https://smithi062.front.sepia.ceph.com:8443/ 2023-11-17T06:49:23.575 INFO:teuthology.orchestra.run.smithi062.stderr: User: admin 2023-11-17T06:49:23.576 INFO:teuthology.orchestra.run.smithi062.stderr: Password: cmimuf8ur7 2023-11-17T06:49:23.576 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:23.576 INFO:teuthology.orchestra.run.smithi062.stderr:Enabling autotune for osd_memory_target 2023-11-17T06:49:23.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:22.095191+0000 mgr.smithi062.imakbh (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:49:23.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:22.339609+0000 mon.smithi062 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:23.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:23.206756+0000 mon.smithi062 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.62:0/2256931447' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-17T06:49:25.121 INFO:teuthology.orchestra.run.smithi062.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-17T06:49:25.449 INFO:teuthology.orchestra.run.smithi062.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-17T06:49:25.449 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.449 INFO:teuthology.orchestra.run.smithi062.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-17T06:49:25.449 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.449 INFO:teuthology.orchestra.run.smithi062.stderr:Or, if you are only running a single cluster on this host: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: ceph telemetry on 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr:For more information see: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-17T06:49:25.450 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T06:49:25.451 INFO:teuthology.orchestra.run.smithi062.stderr:Bootstrap complete. 2023-11-17T06:49:25.483 INFO:tasks.cephadm:Fetching config... 2023-11-17T06:49:25.484 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:49:25.484 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-17T06:49:25.504 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-17T06:49:25.504 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:49:25.504 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-17T06:49:25.562 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-17T06:49:25.562 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:49:25.562 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/keyring of=/dev/stdout 2023-11-17T06:49:25.633 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-17T06:49:25.633 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:49:25.633 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-17T06:49:25.691 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-17T06:49:25.692 DEBUG:teuthology.orchestra.run.smithi062:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/GyCnPkGZlq5pizWOsn1hXTNmOm98H93q2lg2YGwVFJDIqNrVPM6uHp7VjgWVPTzchCzcnoFaS21+Dk00Z1QyylG3FZwRLzfqm44K3roFytpYjQJNBfqE6DNVxIHLACNvpKvGuPEZdB5XEtkos1DBRB1bzgYivoLrwIWW02aAqijPnMz2Ys688do24m5VpPxm7Pt2YENiuluuTs8CiDI2nhnxs+4jtA4JQiApQRunSJvmS3CP4C/KHtTNv1iZ+/t9fhN2tkFln61hbNZnD7j4OQN0T5hF1brtDKHaGdKd9RlJ2tEXm3ONuFe6Qcuxx1ZJZ8Vo5H5iyhBMg0UDvfQkxxLg5kMSh1OqHJLRD3LI+z7azMGyKaY6FjzZqUU+X1bF0l5UaIdQyKb7Dda/e3eWuG3FqZ0IT6x2wcDm28tKGpMRC2Ynz5I/3X1lFPVEYxBfBfB3IhBHKZJuqCDNWrs2EmN1wYAkyiLOpuIypp0v+cHBw0SK67rf1CjWR0blP8E= ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T06:49:25.770 INFO:teuthology.orchestra.run.smithi062.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/GyCnPkGZlq5pizWOsn1hXTNmOm98H93q2lg2YGwVFJDIqNrVPM6uHp7VjgWVPTzchCzcnoFaS21+Dk00Z1QyylG3FZwRLzfqm44K3roFytpYjQJNBfqE6DNVxIHLACNvpKvGuPEZdB5XEtkos1DBRB1bzgYivoLrwIWW02aAqijPnMz2Ys688do24m5VpPxm7Pt2YENiuluuTs8CiDI2nhnxs+4jtA4JQiApQRunSJvmS3CP4C/KHtTNv1iZ+/t9fhN2tkFln61hbNZnD7j4OQN0T5hF1brtDKHaGdKd9RlJ2tEXm3ONuFe6Qcuxx1ZJZ8Vo5H5iyhBMg0UDvfQkxxLg5kMSh1OqHJLRD3LI+z7azMGyKaY6FjzZqUU+X1bF0l5UaIdQyKb7Dda/e3eWuG3FqZ0IT6x2wcDm28tKGpMRC2Ynz5I/3X1lFPVEYxBfBfB3IhBHKZJuqCDNWrs2EmN1wYAkyiLOpuIypp0v+cHBw0SK67rf1CjWR0blP8E= ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:49:25.782 DEBUG:teuthology.orchestra.run.smithi092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/GyCnPkGZlq5pizWOsn1hXTNmOm98H93q2lg2YGwVFJDIqNrVPM6uHp7VjgWVPTzchCzcnoFaS21+Dk00Z1QyylG3FZwRLzfqm44K3roFytpYjQJNBfqE6DNVxIHLACNvpKvGuPEZdB5XEtkos1DBRB1bzgYivoLrwIWW02aAqijPnMz2Ys688do24m5VpPxm7Pt2YENiuluuTs8CiDI2nhnxs+4jtA4JQiApQRunSJvmS3CP4C/KHtTNv1iZ+/t9fhN2tkFln61hbNZnD7j4OQN0T5hF1brtDKHaGdKd9RlJ2tEXm3ONuFe6Qcuxx1ZJZ8Vo5H5iyhBMg0UDvfQkxxLg5kMSh1OqHJLRD3LI+z7azMGyKaY6FjzZqUU+X1bF0l5UaIdQyKb7Dda/e3eWuG3FqZ0IT6x2wcDm28tKGpMRC2Ynz5I/3X1lFPVEYxBfBfB3IhBHKZJuqCDNWrs2EmN1wYAkyiLOpuIypp0v+cHBw0SK67rf1CjWR0blP8E= ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-17T06:49:25.827 INFO:teuthology.orchestra.run.smithi092.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/GyCnPkGZlq5pizWOsn1hXTNmOm98H93q2lg2YGwVFJDIqNrVPM6uHp7VjgWVPTzchCzcnoFaS21+Dk00Z1QyylG3FZwRLzfqm44K3roFytpYjQJNBfqE6DNVxIHLACNvpKvGuPEZdB5XEtkos1DBRB1bzgYivoLrwIWW02aAqijPnMz2Ys688do24m5VpPxm7Pt2YENiuluuTs8CiDI2nhnxs+4jtA4JQiApQRunSJvmS3CP4C/KHtTNv1iZ+/t9fhN2tkFln61hbNZnD7j4OQN0T5hF1brtDKHaGdKd9RlJ2tEXm3ONuFe6Qcuxx1ZJZ8Vo5H5iyhBMg0UDvfQkxxLg5kMSh1OqHJLRD3LI+z7azMGyKaY6FjzZqUU+X1bF0l5UaIdQyKb7Dda/e3eWuG3FqZ0IT6x2wcDm28tKGpMRC2Ynz5I/3X1lFPVEYxBfBfB3IhBHKZJuqCDNWrs2EmN1wYAkyiLOpuIypp0v+cHBw0SK67rf1CjWR0blP8E= ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:49:25.840 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-17T06:49:26.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:25.118259+0000 mon.smithi062 (mon.0) 92 : audit [INF] from='client.? 172.21.15.62:0/448875668' entity='client.admin' 2023-11-17T06:49:27.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:26.120061+0000 mon.smithi062 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi062.imakbh(active, since 6s) 2023-11-17T06:49:27.846 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-17T06:49:27.846 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-17T06:49:28.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:27.426898+0000 mon.smithi062 (mon.0) 94 : audit [INF] from='client.? 172.21.15.62:0/1136500790' entity='client.admin' 2023-11-17T06:49:29.736 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi092 2023-11-17T06:49:29.736 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:49:29.736 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.conf 2023-11-17T06:49:29.758 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:49:29.758 DEBUG:teuthology.orchestra.run.smithi092:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:49:29.820 INFO:tasks.cephadm:Adding host smithi092 to orchestrator... 2023-11-17T06:49:29.820 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch host add smithi092 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:28.665079+0000 mon.smithi062 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:28.983384+0000 mon.smithi062 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:28.986538+0000 mon.smithi062 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:28.995102+0000 mgr.smithi062.imakbh (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi062 on smithi062 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:29.384040+0000 mgr.smithi062.imakbh (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 2023-11-17T06:49:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:29.386568+0000 mon.smithi062 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:36.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:35.129967+0000 mon.smithi062 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:36.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:35.131526+0000 mon.smithi062 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:49:36.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:35.133074+0000 mon.smithi062 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T06:49:36.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:35.133615+0000 mon.smithi062 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:49:36.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:35.134085+0000 mgr.smithi062.imakbh (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi062 on smithi062 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.730306+0000 mon.smithi062 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.838966+0000 mon.smithi062 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.840689+0000 mon.smithi062 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.842124+0000 mon.smithi062 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.842461+0000 mgr.smithi062.imakbh (mgr.14156) 8 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:36.844593+0000 mon.smithi062 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:38.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:36.851700+0000 mgr.smithi062.imakbh (mgr.14156) 9 : cephadm [INF] Deploying daemon grafana.smithi062 on smithi062 2023-11-17T06:49:40.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:39.194945+0000 mgr.smithi062.imakbh (mgr.14156) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:40.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:39.333702+0000 mon.smithi062 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:42.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:41.195203+0000 mgr.smithi062.imakbh (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:43.195464+0000 mgr.smithi062.imakbh (mgr.14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:45.975 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:45.195695+0000 mgr.smithi062.imakbh (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:48.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:47.195882+0000 mgr.smithi062.imakbh (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:48.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:47.201676+0000 mon.smithi062 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:48.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:47.204199+0000 mgr.smithi062.imakbh (mgr.14156) 15 : cephadm [INF] Deploying daemon node-exporter.smithi062 on smithi062 2023-11-17T06:49:50.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:49.196133+0000 mgr.smithi062.imakbh (mgr.14156) 16 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:49:50.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:49.337562+0000 mon.smithi062 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:50.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:49.577195+0000 mon.smithi062 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:50.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:49.579437+0000 mon.smithi062 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-17T06:49:51.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:50.579422+0000 mon.smithi062 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.62:0/1500138020' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-17T06:49:51.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:50.579478+0000 mon.smithi062 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi062.imakbh(active, since 31s) 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:56.155761+0000 mon.smithi062 (mon.0) 115 : cluster [INF] Active manager daemon smithi062.imakbh restarted 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:56.155985+0000 mon.smithi062 (mon.0) 116 : cluster [INF] Activating manager daemon smithi062.imakbh 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:56.159272+0000 mon.smithi062 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:56.159374+0000 mon.smithi062 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi062.imakbh(active, starting, since 0.00348269s) 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.159972+0000 mon.smithi062 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.160684+0000 mon.smithi062 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr metadata", "who": "smithi062.imakbh", "id": "smithi062.imakbh"}]: dispatch 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.161292+0000 mon.smithi062 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.161488+0000 mon.smithi062 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.161630+0000 mon.smithi062 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-17T06:49:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:56.175538+0000 mon.smithi062 (mon.0) 124 : cluster [INF] Manager daemon smithi062.imakbh is now available 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.276313+0000 mon.smithi062 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.277661+0000 mon.smithi062 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.294755+0000 mon.smithi062 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.309573+0000 mon.smithi062 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/mirror_snapshot_schedule"}]: dispatch 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:56.313362+0000 mon.smithi062 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi062.imakbh/trash_purge_schedule"}]: dispatch 2023-11-17T06:49:57.389 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:57.160701+0000 mon.smithi062 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi062.imakbh(active, since 1.00481s) 2023-11-17T06:49:58.420 INFO:teuthology.orchestra.run.smithi092.stdout:Added host 'smithi092' with addr '172.21.15.92' 2023-11-17T06:49:58.828 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-17T06:49:59.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:49:58.210981+0000 mon.smithi062 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi062.imakbh(active, since 2s) 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.418218+0000 mon.smithi062 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:58.418576+0000 mgr.smithi062.imakbh (mgr.14180) 2 : cephadm [INF] Added host smithi092 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.437142+0000 mon.smithi062 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.726345+0000 mon.smithi062 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi062", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.727232+0000 mon.smithi062 (mon.0) 135 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.727860+0000 mon.smithi062 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.777595+0000 mon.smithi062 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:49:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:49:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:49:58.779965+0000 mon.smithi062 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:00.302 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:50:39.699 INFO:teuthology.orchestra.run.smithi092.stdout:[{"addr": "172.21.15.62", "hostname": "smithi062", "labels": [], "status": ""}, {"addr": "172.21.15.92", "hostname": "smithi092", "labels": [], "status": ""}] 2023-11-17T06:50:39.708 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-17T06:50:39.708 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd crush tunables default 2023-11-17T06:50:39.710 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:58.728927+0000 mgr.smithi062.imakbh (mgr.14180) 3 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:58.748233+0000 mgr.smithi062.imakbh (mgr.14180) 4 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:49:58.792808+0000 mgr.smithi062.imakbh (mgr.14180) 5 : cephadm [INF] Deploying daemon prometheus.smithi062 on smithi062 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:00.301207+0000 mgr.smithi062.imakbh (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:50:39.711 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:05.530384+0000 mon.smithi062 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:05.531406+0000 mon.smithi062 (mon.0) 140 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:05.982682+0000 mon.smithi062 (mon.0) 141 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:06.250864+0000 mon.smithi062 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:06.296899+0000 mon.smithi062 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:07.700738+0000 mon.smithi062 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:08.677668+0000 mon.smithi062 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.038641+0000 mon.smithi062 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.039459+0000 mon.smithi062 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd/host:smithi092", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.040575+0000 mon.smithi062 (mon.0) 148 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.041468+0000 mon.smithi062 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:39.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:09.042882+0000 mgr.smithi062.imakbh (mgr.14180) 7 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:09.349902+0000 mgr.smithi062.imakbh (mgr.14180) 8 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.601938+0000 mon.smithi062 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.607339+0000 mon.smithi062 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.609108+0000 mon.smithi062 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.613536+0000 mon.smithi062 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:09.614315+0000 mon.smithi062 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:09.615026+0000 mgr.smithi062.imakbh (mgr.14180) 9 : cephadm [INF] Deploying daemon crash.smithi092 on smithi092 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:12.279943+0000 mon.smithi062 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:12.282309+0000 mon.smithi062 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.lqkunt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:12.284344+0000 mon.smithi062 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.lqkunt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:12.285147+0000 mon.smithi062 (mon.0) 158 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:50:39.765 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:12.286091+0000 mon.smithi062 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:12.286805+0000 mgr.smithi062.imakbh (mgr.14180) 10 : cephadm [INF] Deploying daemon mgr.smithi092.lqkunt on smithi092 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:14.021836+0000 mon.smithi062 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:14.023969+0000 mon.smithi062 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:14.024710+0000 mon.smithi062 (mon.0) 162 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:14.025430+0000 mon.smithi062 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:14.026087+0000 mgr.smithi062.imakbh (mgr.14180) 11 : cephadm [INF] Deploying daemon mon.smithi092 on smithi092 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:16.162779+0000 mgr.smithi062.imakbh (mgr.14180) 12 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:16.385838+0000 mon.smithi062 (mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi062"}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:16.386058+0000 mon.smithi062 (mon.0) 167 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.766 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:16.386157+0000 mon.smithi062 (mon.0) 168 : cluster [INF] mon.smithi062 calling monitor election 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:17.382414+0000 mon.smithi062 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:18.163199+0000 mgr.smithi062.imakbh (mgr.14180) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:18.382378+0000 mon.smithi062 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:18.383548+0000 mon.smithi092 (mon.1) 1 : cluster [INF] mon.smithi092 calling monitor election 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:19.312379+0000 mon.smithi062 (mon.0) 171 : audit [DBG] from='mgr.? 172.21.15.92:0/3651480295' entity='mgr.smithi092.lqkunt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.lqkunt/crt"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:19.382347+0000 mon.smithi062 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:20.163463+0000 mgr.smithi062.imakbh (mgr.14180) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:20.382410+0000 mon.smithi062 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.382639+0000 mon.smithi062 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.412830+0000 mon.smithi062 (mon.0) 175 : cluster [INF] mon.smithi062 is new leader, mons smithi062,smithi092 in quorum (ranks 0,1) 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.416025+0000 mon.smithi062 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi062=[v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0],smithi092=[v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0]} removed_ranks: {} 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.428665+0000 mon.smithi062 (mon.0) 177 : cluster [DBG] fsmap 2023-11-17T06:50:39.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.428695+0000 mon.smithi062 (mon.0) 178 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.428914+0000 mon.smithi062 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi062.imakbh(active, since 25s) 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.430015+0000 mon.smithi062 (mon.0) 180 : cluster [DBG] Standby manager daemon smithi092.lqkunt started 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.431026+0000 mon.smithi062 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.92:0/3651480295' entity='mgr.smithi092.lqkunt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.432602+0000 mon.smithi062 (mon.0) 182 : cluster [INF] overall HEALTH_OK 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.433079+0000 mon.smithi062 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.92:0/3651480295' entity='mgr.smithi092.lqkunt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi092.lqkunt/key"}]: dispatch 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.433442+0000 mon.smithi062 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.92:0/3651480295' entity='mgr.smithi092.lqkunt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.435025+0000 mon.smithi062 (mon.0) 185 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:21.436944+0000 mgr.smithi062.imakbh (mgr.14180) 15 : cephadm [INF] Deploying daemon node-exporter.smithi092 on smithi092 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:21.489365+0000 mon.smithi062 (mon.0) 186 : cluster [DBG] mgrmap e18: smithi062.imakbh(active, since 25s), standbys: smithi092.lqkunt 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:21.489523+0000 mon.smithi062 (mon.0) 187 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr metadata", "who": "smithi092.lqkunt", "id": "smithi092.lqkunt"}]: dispatch 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:22.382843+0000 mon.smithi062 (mon.0) 188 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mon metadata", "id": "smithi092"}]: dispatch 2023-11-17T06:50:39.768 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:22.163751+0000 mgr.smithi062.imakbh (mgr.14180) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:24.164039+0000 mgr.smithi062.imakbh (mgr.14180) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:26.164278+0000 mgr.smithi062.imakbh (mgr.14180) 18 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:26.309892+0000 mon.smithi062 (mon.0) 189 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:28.164577+0000 mgr.smithi062.imakbh (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:30.164960+0000 mgr.smithi062.imakbh (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:31.533811+0000 mon.smithi062 (mon.0) 190 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:31.535554+0000 mon.smithi062 (mon.0) 191 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:32.165450+0000 mgr.smithi062.imakbh (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.873190+0000 mon.smithi062 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.874134+0000 mon.smithi062 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.875038+0000 mon.smithi062 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:39.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.903657+0000 mon.smithi062 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.928854+0000 mon.smithi062 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.934891+0000 mon.smithi062 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.938468+0000 mon.smithi062 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.939186+0000 mon.smithi062 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:32.939898+0000 mon.smithi062 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:32.876263+0000 mgr.smithi062.imakbh (mgr.14180) 22 : cephadm [INF] Updating smithi062:/etc/ceph/ceph.conf 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:32.876592+0000 mgr.smithi062.imakbh (mgr.14180) 23 : cephadm [INF] Updating smithi092:/etc/ceph/ceph.conf 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:32.938192+0000 mgr.smithi062.imakbh (mgr.14180) 24 : cephadm [INF] Reconfiguring mon.smithi062 (unknown last config time)... 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:32.940534+0000 mgr.smithi062.imakbh (mgr.14180) 25 : cephadm [INF] Reconfiguring daemon mon.smithi062 on smithi062 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:33.775721+0000 mon.smithi062 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:33.776531+0000 mon.smithi062 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi062.imakbh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:33.777150+0000 mon.smithi062 (mon.0) 203 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:33.777629+0000 mon.smithi062 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:33.776297+0000 mgr.smithi062.imakbh (mgr.14180) 26 : cephadm [INF] Reconfiguring mgr.smithi062.imakbh (unknown last config time)... 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:33.778097+0000 mgr.smithi062.imakbh (mgr.14180) 27 : cephadm [INF] Reconfiguring daemon mgr.smithi062.imakbh on smithi062 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:34.165852+0000 mgr.smithi062.imakbh (mgr.14180) 28 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:34.616252+0000 mon.smithi062 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:34.616915+0000 mgr.smithi062.imakbh (mgr.14180) 29 : cephadm [INF] Reconfiguring alertmanager.smithi062 (dependencies changed)... 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:34.623206+0000 mgr.smithi062.imakbh (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon alertmanager.smithi062 on smithi062 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:36.166282+0000 mgr.smithi062.imakbh (mgr.14180) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:36.316569+0000 mon.smithi062 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:38.166592+0000 mgr.smithi062.imakbh (mgr.14180) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:39.771 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:38.658883+0000 mon.smithi062 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:39.772 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:38.659796+0000 mon.smithi062 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi062", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:50:39.809 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:38.660529+0000 mon.smithi062 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:40.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:38.659504+0000 mgr.smithi062.imakbh (mgr.14180) 33 : cephadm [INF] Reconfiguring crash.smithi062 (monmap changed)... 2023-11-17T06:50:40.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:38.661060+0000 mgr.smithi062.imakbh (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon crash.smithi062 on smithi062 2023-11-17T06:50:40.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:39.509907+0000 mon.smithi062 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:40.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:39.510494+0000 mgr.smithi062.imakbh (mgr.14180) 35 : cephadm [INF] Reconfiguring grafana.smithi062 (dependencies changed)... 2023-11-17T06:50:40.747 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:39.542141+0000 mgr.smithi062.imakbh (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon grafana.smithi062 on smithi062 2023-11-17T06:50:41.592 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:40.166825+0000 mgr.smithi062.imakbh (mgr.14180) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:42.532 INFO:teuthology.orchestra.run.smithi062.stderr:adjusted tunables profile to default 2023-11-17T06:50:42.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:41.679223+0000 mon.smithi062 (mon.0) 211 : audit [INF] from='client.? 172.21.15.62:0/2175907281' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-17T06:50:42.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:42.364386+0000 mon.smithi062 (mon.0) 212 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:42.844 INFO:tasks.cephadm:Adding mon.smithi062 on smithi062 2023-11-17T06:50:42.845 INFO:tasks.cephadm:Adding mon.smithi092 on smithi092 2023-11-17T06:50:42.845 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch apply mon '2;smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092' 2023-11-17T06:50:43.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:42.167112+0000 mgr.smithi062.imakbh (mgr.14180) 38 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:43.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:42.365114+0000 mgr.smithi062.imakbh (mgr.14180) 39 : cephadm [INF] Reconfiguring prometheus.smithi062 (dependencies changed)... 2023-11-17T06:50:43.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:42.369134+0000 mgr.smithi062.imakbh (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon prometheus.smithi062 on smithi062 2023-11-17T06:50:43.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:42.523242+0000 mon.smithi062 (mon.0) 213 : audit [INF] from='client.? 172.21.15.62:0/2175907281' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-17T06:50:43.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:42.523286+0000 mon.smithi062 (mon.0) 214 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-17T06:50:44.370 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled mon update... 2023-11-17T06:50:44.791 DEBUG:teuthology.orchestra.run.smithi092:mon.smithi092> sudo journalctl -f -n 0 -u ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi092.service 2023-11-17T06:50:44.793 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-17T06:50:44.794 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph mon dump -f json 2023-11-17T06:50:44.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:-- Logs begin at Fri 2023-11-17 06:38:17 UTC. -- 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:44.167320+0000 mgr.smithi062.imakbh (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:44.352623+0000 mgr.smithi062.imakbh (mgr.14180) 42 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:44.355088+0000 mgr.smithi062.imakbh (mgr.14180) 43 : cephadm [INF] Saving service mon spec with placement smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092;count:2 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:44.358411+0000 mon.smithi062 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:45.159011+0000 mon.smithi062 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:45.159750+0000 mon.smithi062 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:50:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:45.160382+0000 mon.smithi062 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:44.167320+0000 mgr.smithi062.imakbh (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:44.352623+0000 mgr.smithi062.imakbh (mgr.14180) 42 : audit [DBG] from='client.24105 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:44.355088+0000 mgr.smithi062.imakbh (mgr.14180) 43 : cephadm [INF] Saving service mon spec with placement smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092;count:2 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:44.358411+0000 mon.smithi062 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:45.159011+0000 mon.smithi062 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:45.159750+0000 mon.smithi062 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi092", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-17T06:50:45.531 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:45.160382+0000 mon.smithi062 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:46.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:45.159548+0000 mgr.smithi062.imakbh (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2023-11-17T06:50:46.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:45.160835+0000 mgr.smithi062.imakbh (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2023-11-17T06:50:46.660 INFO:teuthology.orchestra.run.smithi092.stdout: 2023-11-17T06:50:46.661 INFO:teuthology.orchestra.run.smithi092.stdout:{"epoch":2,"fsid":"3e6b5f76-8515-11ee-8dbf-212e2dc638e7","modified":"2023-11-17T06:50:16.382545Z","created":"2023-11-17T06:48:29.470570Z","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":"smithi062","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:3300","nonce":0},{"type":"v1","addr":"172.21.15.62:6789","nonce":0}]},"addr":"172.21.15.62:6789/0","public_addr":"172.21.15.62:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi092","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:3300","nonce":0},{"type":"v1","addr":"172.21.15.92:6789","nonce":0}]},"addr":"172.21.15.92:6789/0","public_addr":"172.21.15.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-17T06:50:46.663 INFO:teuthology.orchestra.run.smithi092.stderr:dumped monmap epoch 2 2023-11-17T06:50:46.685 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:45.159548+0000 mgr.smithi062.imakbh (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi092 (monmap changed)... 2023-11-17T06:50:46.686 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:45.160835+0000 mgr.smithi062.imakbh (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi092 on smithi092 2023-11-17T06:50:47.097 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-17T06:50:47.097 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-17T06:50:47.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:46.167707+0000 mgr.smithi062.imakbh (mgr.14180) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:47.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:46.624493+0000 mon.smithi062 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:46.625149+0000 mgr.smithi062.imakbh (mgr.14180) 47 : cephadm [INF] Reconfiguring mgr.smithi092.lqkunt (monmap changed)... 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:46.625469+0000 mon.smithi062 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.lqkunt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:46.626400+0000 mon.smithi062 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:46.627191+0000 mon.smithi062 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:46.627915+0000 mgr.smithi062.imakbh (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi092.lqkunt on smithi092 2023-11-17T06:50:47.778 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:46.660726+0000 mon.smithi092 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.92:0/1460876477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T06:50:47.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:46.167707+0000 mgr.smithi062.imakbh (mgr.14180) 46 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:47.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:46.624493+0000 mon.smithi062 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:46.625149+0000 mgr.smithi062.imakbh (mgr.14180) 47 : cephadm [INF] Reconfiguring mgr.smithi092.lqkunt (monmap changed)... 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:46.625469+0000 mon.smithi062 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi092.lqkunt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:46.626400+0000 mon.smithi062 (mon.0) 221 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:46.627191+0000 mon.smithi062 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:46.627915+0000 mgr.smithi062.imakbh (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon mgr.smithi092.lqkunt on smithi092 2023-11-17T06:50:47.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:46.660726+0000 mon.smithi092 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.92:0/1460876477' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-17T06:50:48.381 INFO:teuthology.orchestra.run.smithi062.stdout:# minimal ceph.conf for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:50:48.382 INFO:teuthology.orchestra.run.smithi062.stdout:[global] 2023-11-17T06:50:48.382 INFO:teuthology.orchestra.run.smithi062.stdout: fsid = 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 2023-11-17T06:50:48.382 INFO:teuthology.orchestra.run.smithi062.stdout: mon_host = [v2:172.21.15.62:3300/0,v1:172.21.15.62:6789/0] [v2:172.21.15.92:3300/0,v1:172.21.15.92:6789/0] 2023-11-17T06:50:48.749 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-17T06:50:48.749 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:50:48.750 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T06:50:48.780 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:50:48.780 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:50:48.849 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:50:51.035 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.conf 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:47.836736+0000 mon.smithi062 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:47.837278+0000 mgr.smithi062.imakbh (mgr.14180) 49 : cephadm [INF] Reconfiguring mon.smithi092 (monmap changed)... 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:47.837494+0000 mon.smithi062 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:47.838066+0000 mon.smithi062 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:47.838594+0000 mon.smithi062 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:47.839087+0000 mgr.smithi062.imakbh (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon mon.smithi092 on smithi092 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:48.167967+0000 mgr.smithi062.imakbh (mgr.14180) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.381468+0000 mon.smithi062 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.62:0/1997937491' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.037 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.706285+0000 mon.smithi062 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.708875+0000 mon.smithi062 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.710010+0000 mon.smithi062 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.713453+0000 mon.smithi062 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.716944+0000 mon.smithi062 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.720711+0000 mon.smithi062 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.726301+0000 mon.smithi062 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.730399+0000 mon.smithi062 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.733235+0000 mon.smithi062 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.738938+0000 mon.smithi062 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.742139+0000 mon.smithi062 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.709181+0000 mgr.smithi062.imakbh (mgr.14180) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:50:51.038 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.710245+0000 mgr.smithi062.imakbh (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.717263+0000 mgr.smithi062.imakbh (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.721089+0000 mgr.smithi062.imakbh (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.730824+0000 mgr.smithi062.imakbh (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:48.733610+0000 mgr.smithi062.imakbh (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:47.836736+0000 mon.smithi062 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:47.837278+0000 mgr.smithi062.imakbh (mgr.14180) 49 : cephadm [INF] Reconfiguring mon.smithi092 (monmap changed)... 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:47.837494+0000 mon.smithi062 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-17T06:50:51.039 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:47.838066+0000 mon.smithi062 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:47.838594+0000 mon.smithi062 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:47.839087+0000 mgr.smithi062.imakbh (mgr.14180) 50 : cephadm [INF] Reconfiguring daemon mon.smithi092 on smithi092 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:48.167967+0000 mgr.smithi062.imakbh (mgr.14180) 51 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.381468+0000 mon.smithi062 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.62:0/1997937491' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.706285+0000 mon.smithi062 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.708875+0000 mon.smithi062 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.710010+0000 mon.smithi062 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.713453+0000 mon.smithi062 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.716944+0000 mon.smithi062 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.720711+0000 mon.smithi062 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.726301+0000 mon.smithi062 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.730399+0000 mon.smithi062 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:50:51.040 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.733235+0000 mon.smithi062 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.738938+0000 mon.smithi062 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.742139+0000 mon.smithi062 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.709181+0000 mgr.smithi062.imakbh (mgr.14180) 52 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.710245+0000 mgr.smithi062.imakbh (mgr.14180) 53 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi062.front.sepia.ceph.com:9093"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.717263+0000 mgr.smithi062.imakbh (mgr.14180) 54 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.721089+0000 mgr.smithi062.imakbh (mgr.14180) 55 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi062.front.sepia.ceph.com:3000"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.730824+0000 mgr.smithi062.imakbh (mgr.14180) 56 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-17T06:50:51.041 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:48.733610+0000 mgr.smithi062.imakbh (mgr.14180) 57 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi062.front.sepia.ceph.com:9095"}]: dispatch 2023-11-17T06:50:51.069 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:50:51.069 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-17T06:50:51.137 INFO:tasks.cephadm:Deploying OSDs... 2023-11-17T06:50:51.138 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:50:51.138 DEBUG:teuthology.orchestra.run.smithi062:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:50:51.159 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:50:51.159 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/nvme1n1 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/nvme1n1 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 432526 Links: 1 Device type: 103,1 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:51.221 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:49:27.594682026 +0000 2023-11-17T06:50:51.222 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:49:27.511683375 +0000 2023-11-17T06:50:51.222 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:49:27.511683375 +0000 2023-11-17T06:50:51.222 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:50:51.222 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T06:50:51.286 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.006062+0000 mon.smithi062 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:50.168212+0000 mgr.smithi062.imakbh (mgr.14180) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.912545+0000 mon.smithi062 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.913303+0000 mon.smithi062 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.913888+0000 mon.smithi062 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.917420+0000 mon.smithi062 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.287 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:50.921486+0000 mon.smithi062 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:51.288 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:50:51.288 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:50:51.288 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.0002403 s, 2.1 MB/s 2023-11-17T06:50:51.289 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.006062+0000 mon.smithi062 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:50.168212+0000 mgr.smithi062.imakbh (mgr.14180) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.912545+0000 mon.smithi062 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.913303+0000 mon.smithi062 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.913888+0000 mon.smithi062 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.917420+0000 mon.smithi062 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:50.921486+0000 mon.smithi062 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:51.349 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/nvme2n1 2023-11-17T06:50:51.409 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/nvme2n1 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 434264 Links: 1 Device type: 103,2 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:49:27.605681847 +0000 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:49:27.513683343 +0000 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:49:27.513683343 +0000 2023-11-17T06:50:51.410 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:50:51.410 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T06:50:51.477 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:50:51.477 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:50:51.477 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000243414 s, 2.1 MB/s 2023-11-17T06:50:51.478 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T06:50:51.539 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/nvme3n1 2023-11-17T06:50:51.597 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/nvme3n1 2023-11-17T06:50:51.597 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:51.597 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 434299 Links: 1 Device type: 103,3 2023-11-17T06:50:51.597 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:51.597 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:51.598 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:49:27.617681653 +0000 2023-11-17T06:50:51.598 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:49:27.516683294 +0000 2023-11-17T06:50:51.598 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:49:27.516683294 +0000 2023-11-17T06:50:51.598 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:50:51.598 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T06:50:51.664 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:50:51.664 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:50:51.665 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000244464 s, 2.1 MB/s 2023-11-17T06:50:51.665 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T06:50:51.727 DEBUG:teuthology.orchestra.run.smithi062:> stat /dev/nvme4n1 2023-11-17T06:50:51.787 INFO:teuthology.orchestra.run.smithi062.stdout: File: /dev/nvme4n1 2023-11-17T06:50:51.787 INFO:teuthology.orchestra.run.smithi062.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Device: 6h/6d Inode: 434335 Links: 1 Device type: 103,4 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Access: 2023-11-17 06:49:27.628681474 +0000 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Modify: 2023-11-17 06:49:27.518683261 +0000 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout:Change: 2023-11-17 06:49:27.518683261 +0000 2023-11-17T06:50:51.788 INFO:teuthology.orchestra.run.smithi062.stdout: Birth: - 2023-11-17T06:50:51.788 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T06:50:51.856 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records in 2023-11-17T06:50:51.856 INFO:teuthology.orchestra.run.smithi062.stderr:1+0 records out 2023-11-17T06:50:51.856 INFO:teuthology.orchestra.run.smithi062.stderr:512 bytes copied, 0.000242027 s, 2.1 MB/s 2023-11-17T06:50:51.858 DEBUG:teuthology.orchestra.run.smithi062:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T06:50:51.918 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:50:51.918 DEBUG:teuthology.orchestra.run.smithi092:> dd if=/scratch_devs of=/dev/stdout 2023-11-17T06:50:51.936 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-17T06:50:51.936 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme1n1 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme1n1 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 435475 Links: 1 Device type: 103,1 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:51.995 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:50:07.789545833 +0000 2023-11-17T06:50:51.996 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:50:07.742547169 +0000 2023-11-17T06:50:51.996 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:50:07.742547169 +0000 2023-11-17T06:50:51.996 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:50:51.996 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-17T06:50:52.062 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:50:52.062 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:50:52.062 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000199472 s, 2.6 MB/s 2023-11-17T06:50:52.063 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-17T06:50:52.122 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme2n1 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme2n1 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 434447 Links: 1 Device type: 103,2 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:50:07.800545520 +0000 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:50:07.744547112 +0000 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:50:07.744547112 +0000 2023-11-17T06:50:52.180 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:50:52.181 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-17T06:50:52.246 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:50:52.247 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:50:52.247 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000256784 s, 2.0 MB/s 2023-11-17T06:50:52.248 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-17T06:50:52.307 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme3n1 2023-11-17T06:50:52.365 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme3n1 2023-11-17T06:50:52.365 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:52.365 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 435614 Links: 1 Device type: 103,3 2023-11-17T06:50:52.365 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:52.366 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:52.366 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:50:07.810545236 +0000 2023-11-17T06:50:52.366 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:50:07.746547056 +0000 2023-11-17T06:50:52.366 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:50:07.746547056 +0000 2023-11-17T06:50:52.366 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:50:52.366 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-17T06:50:52.431 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:50:52.431 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:50:52.431 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000240304 s, 2.1 MB/s 2023-11-17T06:50:52.432 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-17T06:50:52.491 DEBUG:teuthology.orchestra.run.smithi092:> stat /dev/nvme4n1 2023-11-17T06:50:52.549 INFO:teuthology.orchestra.run.smithi092.stdout: File: /dev/nvme4n1 2023-11-17T06:50:52.549 INFO:teuthology.orchestra.run.smithi092.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-17T06:50:52.549 INFO:teuthology.orchestra.run.smithi092.stdout:Device: 6h/6d Inode: 434533 Links: 1 Device type: 103,4 2023-11-17T06:50:52.549 INFO:teuthology.orchestra.run.smithi092.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-17T06:50:52.549 INFO:teuthology.orchestra.run.smithi092.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-17T06:50:52.550 INFO:teuthology.orchestra.run.smithi092.stdout:Access: 2023-11-17 06:50:07.820544952 +0000 2023-11-17T06:50:52.550 INFO:teuthology.orchestra.run.smithi092.stdout:Modify: 2023-11-17 06:50:07.749546971 +0000 2023-11-17T06:50:52.550 INFO:teuthology.orchestra.run.smithi092.stdout:Change: 2023-11-17 06:50:07.749546971 +0000 2023-11-17T06:50:52.550 INFO:teuthology.orchestra.run.smithi092.stdout: Birth: - 2023-11-17T06:50:52.550 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-17T06:50:52.614 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records in 2023-11-17T06:50:52.615 INFO:teuthology.orchestra.run.smithi092.stderr:1+0 records out 2023-11-17T06:50:52.615 INFO:teuthology.orchestra.run.smithi092.stderr:512 bytes copied, 0.000252672 s, 2.0 MB/s 2023-11-17T06:50:52.616 DEBUG:teuthology.orchestra.run.smithi092:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-17T06:50:52.675 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-17T06:50:53.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:52.168414+0000 mgr.smithi062.imakbh (mgr.14180) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:53.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:52.203602+0000 mon.smithi062 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:53.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:52.168414+0000 mgr.smithi062.imakbh (mgr.14180) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:53.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:52.203602+0000 mon.smithi062 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.083 INFO:teuthology.orchestra.run.smithi092.stdout:Scheduled osd.all-available-devices update... 2023-11-17T06:50:54.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:53.304200+0000 mon.smithi062 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:53.304936+0000 mon.smithi062 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:53.305544+0000 mon.smithi062 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:53.310996+0000 mon.smithi062 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:54.082900+0000 mon.smithi062 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:54.131825+0000 mon.smithi062 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:53.304200+0000 mon.smithi062 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:53.304936+0000 mon.smithi062 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:53.305544+0000 mon.smithi062 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:53.310996+0000 mon.smithi062 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:54.082900+0000 mon.smithi062 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:54.432 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:54.131825+0000 mon.smithi062 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:50:54.474 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-17T06:50:54.474 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:50:55.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:54.076856+0000 mgr.smithi062.imakbh (mgr.14180) 60 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:55.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:54.078474+0000 mgr.smithi062.imakbh (mgr.14180) 61 : cephadm [INF] Marking host: smithi062 for OSDSpec preview refresh. 2023-11-17T06:50:55.561 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:54.078553+0000 mgr.smithi062.imakbh (mgr.14180) 62 : cephadm [INF] Marking host: smithi092 for OSDSpec preview refresh. 2023-11-17T06:50:55.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:50:54.078879+0000 mgr.smithi062.imakbh (mgr.14180) 63 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T06:50:55.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:54.168688+0000 mgr.smithi062.imakbh (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:54.076856+0000 mgr.smithi062.imakbh (mgr.14180) 60 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:50:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:54.078474+0000 mgr.smithi062.imakbh (mgr.14180) 61 : cephadm [INF] Marking host: smithi062 for OSDSpec preview refresh. 2023-11-17T06:50:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:54.078553+0000 mgr.smithi062.imakbh (mgr.14180) 62 : cephadm [INF] Marking host: smithi092 for OSDSpec preview refresh. 2023-11-17T06:50:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:50:54.078879+0000 mgr.smithi062.imakbh (mgr.14180) 63 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-17T06:50:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:54.168688+0000 mgr.smithi062.imakbh (mgr.14180) 64 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:56.227 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:50:56.766 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-17T06:50:56.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:55.578963+0000 mon.smithi062 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:56.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:55.583442+0000 mon.smithi062 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:56.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:56.226264+0000 mon.smithi062 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.62:0/3548202864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:50:57.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:55.578963+0000 mon.smithi062 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:55.583442+0000 mon.smithi062 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:56.226264+0000 mon.smithi062 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.62:0/3548202864' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:50:57.768 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:50:57.901 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:56.168968+0000 mgr.smithi062.imakbh (mgr.14180) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.128614+0000 mon.smithi062 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.135613+0000 mon.smithi062 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.136536+0000 mon.smithi062 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.137194+0000 mon.smithi062 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.141055+0000 mon.smithi062 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.144466+0000 mon.smithi062 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.147183+0000 mon.smithi062 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.148130+0000 mon.smithi062 (mon.0) 262 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:50:57.902 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.148310+0000 mon.smithi062 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:57.903 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:57.148712+0000 mon.smithi062 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:56.168968+0000 mgr.smithi062.imakbh (mgr.14180) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.128614+0000 mon.smithi062 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.135613+0000 mon.smithi062 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.136536+0000 mon.smithi062 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.137194+0000 mon.smithi062 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.141055+0000 mon.smithi062 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.144466+0000 mon.smithi062 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.147183+0000 mon.smithi062 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.148130+0000 mon.smithi062 (mon.0) 262 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:50:57.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.148310+0000 mon.smithi062 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:57.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:57.148712+0000 mon.smithi062 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:50:59.543 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:58.169347+0000 mgr.smithi062.imakbh (mgr.14180) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.500282+0000 mon.smithi092 (mon.1) 3 : audit [INF] from='client.? 172.21.15.92:0/661875523' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]: dispatch 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.500724+0000 mon.smithi062 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]: dispatch 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.505057+0000 mon.smithi062 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]': finished 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:59.505136+0000 mon.smithi062 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.505244+0000 mon.smithi062 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.541755+0000 mon.smithi062 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.62:0/3698021277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.546293+0000 mon.smithi062 (mon.0) 270 : audit [INF] from='client.? 172.21.15.62:0/2997231147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d0c38f-7428-47be-b1fd-797ef6912bfe"}]: dispatch 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.550846+0000 mon.smithi062 (mon.0) 271 : audit [INF] from='client.? 172.21.15.62:0/2997231147' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d0c38f-7428-47be-b1fd-797ef6912bfe"}]': finished 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:50:59.550910+0000 mon.smithi062 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T06:50:59.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.551038+0000 mon.smithi062 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:50:59.874 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:50:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:50:59.551419+0000 mon.smithi062 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:50:59.924 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1700203859,"num_remapped_pgs":0} 2023-11-17T06:51:00.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:58.169347+0000 mgr.smithi062.imakbh (mgr.14180) 66 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.500282+0000 mon.smithi092 (mon.1) 3 : audit [INF] from='client.? 172.21.15.92:0/661875523' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.500724+0000 mon.smithi062 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.505057+0000 mon.smithi062 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b91cb655-0aab-4f6a-9e96-e90371925569"}]': finished 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:59.505136+0000 mon.smithi062 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.505244+0000 mon.smithi062 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.541755+0000 mon.smithi062 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.62:0/3698021277' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.546293+0000 mon.smithi062 (mon.0) 270 : audit [INF] from='client.? 172.21.15.62:0/2997231147' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d0d0c38f-7428-47be-b1fd-797ef6912bfe"}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.550846+0000 mon.smithi062 (mon.0) 271 : audit [INF] from='client.? 172.21.15.62:0/2997231147' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d0d0c38f-7428-47be-b1fd-797ef6912bfe"}]': finished 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:50:59.550910+0000 mon.smithi062 (mon.0) 272 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.551038+0000 mon.smithi062 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:00.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:50:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:50:59.551419+0000 mon.smithi062 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:00.925 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:00.954 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:00.169892+0000 mgr.smithi062.imakbh (mgr.14180) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:00.169892+0000 mgr.smithi062.imakbh (mgr.14180) 67 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:01.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:00.738165+0000 mon.smithi092 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.92:0/1185435132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:01.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:00.783540+0000 mon.smithi062 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.62:0/1745374139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:02.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:00.738165+0000 mon.smithi092 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.92:0/1185435132' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:02.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:00.783540+0000 mon.smithi062 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.62:0/1745374139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:02.293 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:02.683 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700203859,"num_remapped_pgs":0} 2023-11-17T06:51:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:02.170134+0000 mgr.smithi062.imakbh (mgr.14180) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:02.292430+0000 mon.smithi062 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.62:0/1150095281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:03.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:02.170134+0000 mgr.smithi062.imakbh (mgr.14180) 68 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:03.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:02.292430+0000 mon.smithi062 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.62:0/1150095281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:03.684 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.229542+0000 mon.smithi092 (mon.1) 5 : audit [INF] from='client.? 172.21.15.92:0/3736410732' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]: dispatch 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.229928+0000 mon.smithi062 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]: dispatch 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.233181+0000 mon.smithi062 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]': finished 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:03.233224+0000 mon.smithi062 (mon.0) 279 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.233302+0000 mon.smithi062 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.233527+0000 mon.smithi062 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:04.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.233702+0000 mon.smithi062 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.306466+0000 mon.smithi062 (mon.0) 283 : audit [INF] from='client.? 172.21.15.62:0/2290284632' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69005203-1ac8-4ccb-926c-a920e04d8e4b"}]: dispatch 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.311002+0000 mon.smithi062 (mon.0) 284 : audit [INF] from='client.? 172.21.15.62:0/2290284632' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69005203-1ac8-4ccb-926c-a920e04d8e4b"}]': finished 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:03.311048+0000 mon.smithi062 (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.311134+0000 mon.smithi062 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.311387+0000 mon.smithi062 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.311522+0000 mon.smithi062 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:04.054 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:03.311667+0000 mon.smithi062 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.229542+0000 mon.smithi092 (mon.1) 5 : audit [INF] from='client.? 172.21.15.92:0/3736410732' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]: dispatch 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.229928+0000 mon.smithi062 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]: dispatch 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.233181+0000 mon.smithi062 (mon.0) 278 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4"}]': finished 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:03.233224+0000 mon.smithi062 (mon.0) 279 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.233302+0000 mon.smithi062 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.233527+0000 mon.smithi062 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.233702+0000 mon.smithi062 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.306466+0000 mon.smithi062 (mon.0) 283 : audit [INF] from='client.? 172.21.15.62:0/2290284632' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69005203-1ac8-4ccb-926c-a920e04d8e4b"}]: dispatch 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.311002+0000 mon.smithi062 (mon.0) 284 : audit [INF] from='client.? 172.21.15.62:0/2290284632' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69005203-1ac8-4ccb-926c-a920e04d8e4b"}]': finished 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:03.311048+0000 mon.smithi062 (mon.0) 285 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.311134+0000 mon.smithi062 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.311387+0000 mon.smithi062 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.311522+0000 mon.smithi062 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:04.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:03.311667+0000 mon.smithi062 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:05.048 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:05.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:04.170375+0000 mgr.smithi062.imakbh (mgr.14180) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:05.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:04.492025+0000 mon.smithi092 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.92:0/1636037771' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:05.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:04.615138+0000 mon.smithi062 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.62:0/334036420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:05.076 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:04.170375+0000 mgr.smithi062.imakbh (mgr.14180) 69 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:05.076 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:04.492025+0000 mon.smithi092 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.92:0/1636037771' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:05.076 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:04.615138+0000 mon.smithi062 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.62:0/334036420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:05.406 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700203863,"num_remapped_pgs":0} 2023-11-17T06:51:06.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:05.047233+0000 mon.smithi062 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.62:0/3457927667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:06.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:05.047233+0000 mon.smithi062 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.62:0/3457927667' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:06.407 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:07.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:06.170753+0000 mgr.smithi062.imakbh (mgr.14180) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:07.151 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:06.170753+0000 mgr.smithi062.imakbh (mgr.14180) 70 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:07.818 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:08.051 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.979536+0000 mon.smithi092 (mon.1) 7 : audit [INF] from='client.? 172.21.15.92:0/2689874211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.979899+0000 mon.smithi062 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.983455+0000 mon.smithi062 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]': finished 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:06.983502+0000 mon.smithi062 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.983590+0000 mon.smithi062 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.983868+0000 mon.smithi062 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.984016+0000 mon.smithi062 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.984168+0000 mon.smithi062 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:06.984316+0000 mon.smithi062 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.164230+0000 mon.smithi092 (mon.1) 8 : audit [INF] from='client.? 172.21.15.62:0/895473344' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.164837+0000 mon.smithi062 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]: dispatch 2023-11-17T06:51:08.052 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.168389+0000 mon.smithi062 (mon.0) 301 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]': finished 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:07.168432+0000 mon.smithi062 (mon.0) 302 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.168523+0000 mon.smithi062 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.168828+0000 mon.smithi062 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.169020+0000 mon.smithi062 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.169241+0000 mon.smithi062 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.169463+0000 mon.smithi062 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:08.053 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.169684+0000 mon.smithi062 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.979536+0000 mon.smithi092 (mon.1) 7 : audit [INF] from='client.? 172.21.15.92:0/2689874211' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]: dispatch 2023-11-17T06:51:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.979899+0000 mon.smithi062 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]: dispatch 2023-11-17T06:51:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.983455+0000 mon.smithi062 (mon.0) 293 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c36eb57-38e1-43e4-907d-748553ba2e3f"}]': finished 2023-11-17T06:51:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:06.983502+0000 mon.smithi062 (mon.0) 294 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-17T06:51:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.983590+0000 mon.smithi062 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.983868+0000 mon.smithi062 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.984016+0000 mon.smithi062 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.984168+0000 mon.smithi062 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:06.984316+0000 mon.smithi062 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.164230+0000 mon.smithi092 (mon.1) 8 : audit [INF] from='client.? 172.21.15.62:0/895473344' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.164837+0000 mon.smithi062 (mon.0) 300 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.168389+0000 mon.smithi062 (mon.0) 301 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2d58837-89c2-4b3c-8510-75720f584da5"}]': finished 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:07.168432+0000 mon.smithi062 (mon.0) 302 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.168523+0000 mon.smithi062 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.168828+0000 mon.smithi062 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.169020+0000 mon.smithi062 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.169241+0000 mon.smithi062 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:08.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.169463+0000 mon.smithi062 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:08.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.169684+0000 mon.smithi062 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:08.209 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700203867,"num_remapped_pgs":0} 2023-11-17T06:51:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:07.817216+0000 mon.smithi062 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.62:0/1965678543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:08.171071+0000 mgr.smithi062.imakbh (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:08.295375+0000 mon.smithi092 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.92:0/3582800482' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:08.489266+0000 mon.smithi062 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.62:0/83355810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:09.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:07.817216+0000 mon.smithi062 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.62:0/1965678543' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:09.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:08.171071+0000 mgr.smithi062.imakbh (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:09.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:08.295375+0000 mon.smithi092 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.92:0/3582800482' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:09.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:08.489266+0000 mon.smithi062 (mon.0) 310 : audit [DBG] from='client.? 172.21.15.62:0/83355810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:09.210 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:10.514 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:11.369 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:10.171319+0000 mgr.smithi062.imakbh (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:11.369 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.513604+0000 mon.smithi062 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.62:0/1193512099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:11.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:10.171319+0000 mgr.smithi062.imakbh (mgr.14180) 72 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:11.370 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.513604+0000 mon.smithi062 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.62:0/1193512099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:11.370 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1700203867,"num_remapped_pgs":0} 2023-11-17T06:51:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.794506+0000 mon.smithi092 (mon.1) 10 : audit [INF] from='client.? 172.21.15.92:0/47260634' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]: dispatch 2023-11-17T06:51:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.794930+0000 mon.smithi062 (mon.0) 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]: dispatch 2023-11-17T06:51:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.798427+0000 mon.smithi062 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]': finished 2023-11-17T06:51:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:10.798474+0000 mon.smithi062 (mon.0) 314 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.798562+0000 mon.smithi062 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.798784+0000 mon.smithi062 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.798959+0000 mon.smithi062 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.799185+0000 mon.smithi062 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.799407+0000 mon.smithi062 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.799622+0000 mon.smithi062 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:10.799871+0000 mon.smithi062 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.030182+0000 mon.smithi062 (mon.0) 322 : audit [INF] from='client.? 172.21.15.62:0/1676170741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88170e11-0c31-43c1-97b4-76bd33734da0"}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.033781+0000 mon.smithi062 (mon.0) 323 : audit [INF] from='client.? 172.21.15.62:0/1676170741' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88170e11-0c31-43c1-97b4-76bd33734da0"}]': finished 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:11.033827+0000 mon.smithi062 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.033921+0000 mon.smithi062 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:12.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034187+0000 mon.smithi062 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034335+0000 mon.smithi062 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034498+0000 mon.smithi062 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034656+0000 mon.smithi062 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034819+0000 mon.smithi062 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.034995+0000 mon.smithi062 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:12.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:11.035176+0000 mon.smithi062 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:12.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.794506+0000 mon.smithi092 (mon.1) 10 : audit [INF] from='client.? 172.21.15.92:0/47260634' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]: dispatch 2023-11-17T06:51:12.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.794930+0000 mon.smithi062 (mon.0) 312 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]: dispatch 2023-11-17T06:51:12.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.798427+0000 mon.smithi062 (mon.0) 313 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0ebb6c14-e58a-4c17-9780-2e93f723a287"}]': finished 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:10.798474+0000 mon.smithi062 (mon.0) 314 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.798562+0000 mon.smithi062 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.798784+0000 mon.smithi062 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.798959+0000 mon.smithi062 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.799185+0000 mon.smithi062 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.799407+0000 mon.smithi062 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.799622+0000 mon.smithi062 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:10.799871+0000 mon.smithi062 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.030182+0000 mon.smithi062 (mon.0) 322 : audit [INF] from='client.? 172.21.15.62:0/1676170741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "88170e11-0c31-43c1-97b4-76bd33734da0"}]: dispatch 2023-11-17T06:51:12.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.033781+0000 mon.smithi062 (mon.0) 323 : audit [INF] from='client.? 172.21.15.62:0/1676170741' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "88170e11-0c31-43c1-97b4-76bd33734da0"}]': finished 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:11.033827+0000 mon.smithi062 (mon.0) 324 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.033921+0000 mon.smithi062 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034187+0000 mon.smithi062 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034335+0000 mon.smithi062 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034498+0000 mon.smithi062 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034656+0000 mon.smithi062 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034819+0000 mon.smithi062 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.034995+0000 mon.smithi062 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:12.161 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:11.035176+0000 mon.smithi062 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:12.372 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:13.033 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:12.085133+0000 mon.smithi092 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.92:0/3635378355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:13.034 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:12.171542+0000 mgr.smithi062.imakbh (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:13.034 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:12.224183+0000 mon.smithi062 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.62:0/28006567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:12.085133+0000 mon.smithi092 (mon.1) 11 : audit [DBG] from='client.? 172.21.15.92:0/3635378355' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:12.171542+0000 mgr.smithi062.imakbh (mgr.14180) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:12.224183+0000 mon.smithi062 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.62:0/28006567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-17T06:51:13.744 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:14.020 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:13.743473+0000 mon.smithi062 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.62:0/875391428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:13.743473+0000 mon.smithi062 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.62:0/875391428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:14.113 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:15.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:14.171862+0000 mgr.smithi062.imakbh (mgr.14180) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:15.114 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:15.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:14.171862+0000 mgr.smithi062.imakbh (mgr.14180) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:16.750 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:17.128 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:17.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:16.172108+0000 mgr.smithi062.imakbh (mgr.14180) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:17.374 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:16.512707+0000 mon.smithi062 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T06:51:17.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:16.513484+0000 mon.smithi062 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:17.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:16.514051+0000 mgr.smithi062.imakbh (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.0 on smithi092 2023-11-17T06:51:17.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:16.689748+0000 mon.smithi062 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T06:51:17.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:16.690373+0000 mon.smithi062 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:17.375 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:16.750255+0000 mon.smithi062 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.62:0/1640324951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:17.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:16.172108+0000 mgr.smithi062.imakbh (mgr.14180) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:17.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:16.512707+0000 mon.smithi062 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-17T06:51:17.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:16.513484+0000 mon.smithi062 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:17.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:16.514051+0000 mgr.smithi062.imakbh (mgr.14180) 76 : cephadm [INF] Deploying daemon osd.0 on smithi092 2023-11-17T06:51:17.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:16.689748+0000 mon.smithi062 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-17T06:51:17.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:16.690373+0000 mon.smithi062 (mon.0) 338 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:17.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:16.750255+0000 mon.smithi062 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.62:0/1640324951' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:18.129 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:18.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:16.690902+0000 mgr.smithi062.imakbh (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.1 on smithi062 2023-11-17T06:51:18.484 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:16.690902+0000 mgr.smithi062.imakbh (mgr.14180) 77 : cephadm [INF] Deploying daemon osd.1 on smithi062 2023-11-17T06:51:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:18.172383+0000 mgr.smithi062.imakbh (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:18.172383+0000 mgr.smithi062.imakbh (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:19.691 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:20.049 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:20.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:19.690744+0000 mon.smithi062 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.62:0/1851825045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:20.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.148696+0000 mon.smithi062 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:20.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.149472+0000 mon.smithi062 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T06:51:20.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.150072+0000 mon.smithi062 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:20.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:19.690744+0000 mon.smithi062 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.62:0/1851825045' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:20.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.148696+0000 mon.smithi062 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:20.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.149472+0000 mon.smithi062 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-17T06:51:20.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.150072+0000 mon.smithi062 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:21.051 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:21.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:20.150589+0000 mgr.smithi062.imakbh (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.2 on smithi092 2023-11-17T06:51:21.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:20.172834+0000 mgr.smithi062.imakbh (mgr.14180) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:21.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.835210+0000 mon.smithi062 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:21.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.835861+0000 mon.smithi062 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T06:51:21.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:20.836476+0000 mon.smithi062 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:21.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:20.150589+0000 mgr.smithi062.imakbh (mgr.14180) 79 : cephadm [INF] Deploying daemon osd.2 on smithi092 2023-11-17T06:51:21.522 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:20.172834+0000 mgr.smithi062.imakbh (mgr.14180) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:21.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.835210+0000 mon.smithi062 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:21.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.835861+0000 mon.smithi062 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-17T06:51:21.523 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:20.836476+0000 mon.smithi062 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:22.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:20.837012+0000 mgr.smithi062.imakbh (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.3 on smithi062 2023-11-17T06:51:22.623 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:22.652 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:20.837012+0000 mgr.smithi062.imakbh (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.3 on smithi062 2023-11-17T06:51:23.037 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:23.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:22.173169+0000 mgr.smithi062.imakbh (mgr.14180) 82 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:23.296 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:22.623025+0000 mon.smithi062 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.62:0/4082818816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:22.173169+0000 mgr.smithi062.imakbh (mgr.14180) 82 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:22.623025+0000 mon.smithi062 (mon.0) 347 : audit [DBG] from='client.? 172.21.15.62:0/4082818816' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:24.038 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:23.329620+0000 mon.smithi092 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:23.330000+0000 mon.smithi062 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:23.747826+0000 mon.smithi062 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:23.748481+0000 mon.smithi062 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:23.749148+0000 mon.smithi062 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:24.326 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.049661+0000 mon.smithi062 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T06:51:24.555 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:23.329620+0000 mon.smithi092 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:51:24.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:23.330000+0000 mon.smithi062 (mon.0) 348 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-17T06:51:24.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:23.747826+0000 mon.smithi062 (mon.0) 349 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:24.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:23.748481+0000 mon.smithi062 (mon.0) 350 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-17T06:51:24.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:23.749148+0000 mon.smithi062 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:24.556 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.049661+0000 mon.smithi062 (mon.0) 352 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:23.749711+0000 mgr.smithi062.imakbh (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.4 on smithi092 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:24.173448+0000 mgr.smithi062.imakbh (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.249761+0000 mon.smithi062 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.249826+0000 mon.smithi062 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:24.249869+0000 mon.smithi062 (mon.0) 355 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T06:51:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.249962+0000 mon.smithi062 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.250345+0000 mon.smithi062 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.250527+0000 mon.smithi062 (mon.0) 358 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.250583+0000 mon.smithi092 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.250713+0000 mon.smithi062 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.250918+0000 mon.smithi062 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.251119+0000 mon.smithi062 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.251345+0000 mon.smithi062 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.251482+0000 mon.smithi062 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.251635+0000 mon.smithi062 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:25.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:24.251798+0000 mon.smithi062 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:25.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:23.749711+0000 mgr.smithi062.imakbh (mgr.14180) 83 : cephadm [INF] Deploying daemon osd.4 on smithi092 2023-11-17T06:51:25.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:24.173448+0000 mgr.smithi062.imakbh (mgr.14180) 84 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.249761+0000 mon.smithi062 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.249826+0000 mon.smithi062 (mon.0) 354 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:24.249869+0000 mon.smithi062 (mon.0) 355 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.249962+0000 mon.smithi062 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.250345+0000 mon.smithi062 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.250527+0000 mon.smithi062 (mon.0) 358 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.250583+0000 mon.smithi092 (mon.1) 13 : audit [INF] from='osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.250713+0000 mon.smithi062 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.250918+0000 mon.smithi062 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.251119+0000 mon.smithi062 (mon.0) 361 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:25.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.251345+0000 mon.smithi062 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:25.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.251482+0000 mon.smithi062 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:25.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.251635+0000 mon.smithi062 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:25.635 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:24.251798+0000 mon.smithi062 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:25.705 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:26.212 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.250827+0000 mon.smithi062 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.250889+0000 mon.smithi062 (mon.0) 367 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:25.250940+0000 mon.smithi062 (mon.0) 368 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.251317+0000 mon.smithi062 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.251598+0000 mon.smithi062 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:26.448 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.252081+0000 mon.smithi062 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.252217+0000 mon.smithi062 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256007+0000 mon.smithi062 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256239+0000 mon.smithi062 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256412+0000 mon.smithi062 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256595+0000 mon.smithi062 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256781+0000 mon.smithi062 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.256966+0000 mon.smithi062 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.265223+0000 mon.smithi062 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.266092+0000 mon.smithi062 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.266713+0000 mon.smithi062 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:26.449 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:25.267216+0000 mgr.smithi062.imakbh (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.5 on smithi062 2023-11-17T06:51:26.450 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:25.705192+0000 mon.smithi062 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.62:0/891431298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.250827+0000 mon.smithi062 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.250889+0000 mon.smithi062 (mon.0) 367 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:25.250940+0000 mon.smithi062 (mon.0) 368 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.251317+0000 mon.smithi062 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.251598+0000 mon.smithi062 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.252081+0000 mon.smithi062 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.252217+0000 mon.smithi062 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256007+0000 mon.smithi062 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256239+0000 mon.smithi062 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256412+0000 mon.smithi062 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:26.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256595+0000 mon.smithi062 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256781+0000 mon.smithi062 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.256966+0000 mon.smithi062 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.265223+0000 mon.smithi062 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.266092+0000 mon.smithi062 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.266713+0000 mon.smithi062 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:25.267216+0000 mgr.smithi062.imakbh (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.5 on smithi062 2023-11-17T06:51:26.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:25.705192+0000 mon.smithi062 (mon.0) 382 : audit [DBG] from='client.? 172.21.15.62:0/891431298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:27.213 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:27.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:24.346350+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:27.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:24.346391+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:27.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:25.040293+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:27.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:25.040343+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:26.173772+0000 mgr.smithi062.imakbh (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.256982+0000 mon.smithi062 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.257345+0000 mon.smithi062 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:26.268382+0000 mon.smithi062 (mon.0) 385 : cluster [INF] osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249] boot 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:26.268447+0000 mon.smithi062 (mon.0) 386 : cluster [INF] osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088] boot 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:26.268492+0000 mon.smithi062 (mon.0) 387 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.268825+0000 mon.smithi062 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269161+0000 mon.smithi062 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269407+0000 mon.smithi062 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269572+0000 mon.smithi062 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:27.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269699+0000 mon.smithi062 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:27.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269836+0000 mon.smithi062 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:27.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.269958+0000 mon.smithi062 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:27.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.270118+0000 mon.smithi062 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:27.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.977692+0000 mon.smithi092 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:51:27.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:26.978124+0000 mon.smithi062 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:24.346350+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:24.346391+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:25.040293+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:25.040343+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:26.173772+0000 mgr.smithi062.imakbh (mgr.14180) 86 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-17T06:51:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.256982+0000 mon.smithi062 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.257345+0000 mon.smithi062 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:26.268382+0000 mon.smithi062 (mon.0) 385 : cluster [INF] osd.0 [v2:172.21.15.92:6800/3038149249,v1:172.21.15.92:6801/3038149249] boot 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:26.268447+0000 mon.smithi062 (mon.0) 386 : cluster [INF] osd.1 [v2:172.21.15.62:6802/990956088,v1:172.21.15.62:6803/990956088] boot 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:26.268492+0000 mon.smithi062 (mon.0) 387 : cluster [DBG] osdmap e16: 8 total, 2 up, 8 in 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.268825+0000 mon.smithi062 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269161+0000 mon.smithi062 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269407+0000 mon.smithi062 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269572+0000 mon.smithi062 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269699+0000 mon.smithi062 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269836+0000 mon.smithi062 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.269958+0000 mon.smithi062 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.270118+0000 mon.smithi062 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:27.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.977692+0000 mon.smithi092 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:51:27.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:26.978124+0000 mon.smithi062 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-17T06:51:28.459 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271228+0000 mon.smithi062 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T06:51:28.459 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:27.271295+0000 mon.smithi062 (mon.0) 398 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-17T06:51:28.459 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271426+0000 mon.smithi062 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271691+0000 mon.smithi062 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271823+0000 mon.smithi062 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271951+0000 mon.smithi092 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.271954+0000 mon.smithi062 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.272236+0000 mon.smithi062 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.272607+0000 mon.smithi062 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.272909+0000 mon.smithi062 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.472636+0000 mon.smithi062 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.473487+0000 mon.smithi062 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:27.474168+0000 mon.smithi062 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:28.460 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:27.474783+0000 mgr.smithi062.imakbh (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.6 on smithi092 2023-11-17T06:51:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271228+0000 mon.smithi062 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-17T06:51:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:27.271295+0000 mon.smithi062 (mon.0) 398 : cluster [DBG] osdmap e17: 8 total, 2 up, 8 in 2023-11-17T06:51:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271426+0000 mon.smithi062 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271691+0000 mon.smithi062 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271823+0000 mon.smithi062 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271951+0000 mon.smithi092 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.271954+0000 mon.smithi062 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.272236+0000 mon.smithi062 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.272607+0000 mon.smithi062 (mon.0) 404 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.272909+0000 mon.smithi062 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.472636+0000 mon.smithi062 (mon.0) 406 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.473487+0000 mon.smithi062 (mon.0) 407 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:27.474168+0000 mon.smithi062 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:27.474783+0000 mgr.smithi062.imakbh (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.6 on smithi092 2023-11-17T06:51:28.789 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:29.438 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":18,"num_osds":8,"num_up_osds":2,"osd_up_since":1700203886,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:29.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:28.174066+0000 mgr.smithi062.imakbh (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T06:51:29.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.274926+0000 mon.smithi062 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:29.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:28.275024+0000 mon.smithi062 (mon.0) 410 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.275594+0000 mon.smithi062 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.275840+0000 mon.smithi062 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.276008+0000 mon.smithi062 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.276163+0000 mon.smithi062 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.276307+0000 mon.smithi062 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.276490+0000 mon.smithi062 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.278047+0000 mon.smithi062 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.461784+0000 mon.smithi092 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.462198+0000 mon.smithi062 (mon.0) 418 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:28.681206+0000 mon.smithi062 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.62:0/644837014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:29.542 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.278093+0000 mon.smithi062 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:29.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:28.174066+0000 mgr.smithi062.imakbh (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T06:51:29.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.274926+0000 mon.smithi062 (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:29.562 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:28.275024+0000 mon.smithi062 (mon.0) 410 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.275594+0000 mon.smithi062 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.275840+0000 mon.smithi062 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.276008+0000 mon.smithi062 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.276163+0000 mon.smithi062 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.276307+0000 mon.smithi062 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.276490+0000 mon.smithi062 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.278047+0000 mon.smithi062 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.461784+0000 mon.smithi092 (mon.1) 16 : audit [INF] from='osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.462198+0000 mon.smithi062 (mon.0) 418 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:28.681206+0000 mon.smithi062 (mon.0) 419 : audit [DBG] from='client.? 172.21.15.62:0/644837014' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:29.563 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.278093+0000 mon.smithi062 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:30.401 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:28.008007+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:28.008082+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:29.282286+0000 mon.smithi062 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308] boot 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.282332+0000 mon.smithi062 (mon.0) 422 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:29.282373+0000 mon.smithi062 (mon.0) 423 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.282712+0000 mon.smithi062 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.283011+0000 mon.smithi062 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.283102+0000 mon.smithi092 (mon.1) 17 : audit [INF] from='osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.283199+0000 mon.smithi062 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.286913+0000 mon.smithi062 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:30.402 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.287303+0000 mon.smithi062 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.287510+0000 mon.smithi062 (mon.0) 429 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.287715+0000 mon.smithi062 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.287926+0000 mon.smithi062 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.737006+0000 mon.smithi062 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.737764+0000 mon.smithi062 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T06:51:30.403 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:29.738374+0000 mon.smithi062 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:28.008007+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:28.008082+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:29.282286+0000 mon.smithi062 (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.92:6808/847284308,v1:172.21.15.92:6809/847284308] boot 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.282332+0000 mon.smithi062 (mon.0) 422 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:29.282373+0000 mon.smithi062 (mon.0) 423 : cluster [DBG] osdmap e19: 8 total, 3 up, 8 in 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.282712+0000 mon.smithi062 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-17T06:51:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.283011+0000 mon.smithi062 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.283102+0000 mon.smithi092 (mon.1) 17 : audit [INF] from='osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.283199+0000 mon.smithi062 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.286913+0000 mon.smithi062 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.287303+0000 mon.smithi062 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.287510+0000 mon.smithi062 (mon.0) 429 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.287715+0000 mon.smithi062 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.287926+0000 mon.smithi062 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.737006+0000 mon.smithi062 (mon.0) 432 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.737764+0000 mon.smithi062 (mon.0) 433 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-17T06:51:30.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:29.738374+0000 mon.smithi062 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:30.440 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:31.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:29.738863+0000 mgr.smithi062.imakbh (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.7 on smithi062 2023-11-17T06:51:31.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:30.174361+0000 mgr.smithi062.imakbh (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T06:51:31.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.287564+0000 mon.smithi062 (mon.0) 435 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:31.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.287669+0000 mon.smithi062 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T06:51:31.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:30.287737+0000 mon.smithi062 (mon.0) 437 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.288160+0000 mon.smithi062 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.288426+0000 mon.smithi062 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.288590+0000 mon.smithi062 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.288752+0000 mon.smithi062 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.288933+0000 mon.smithi062 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.289482+0000 mon.smithi062 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.295172+0000 mon.smithi062 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.722628+0000 mon.smithi092 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:30.723063+0000 mon.smithi062 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:51:31.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.178895+0000 mon.smithi062 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.288773+0000 mon.smithi062 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:31.288840+0000 mon.smithi062 (mon.0) 448 : cluster [INF] osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773] boot 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.288875+0000 mon.smithi062 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:31.288920+0000 mon.smithi062 (mon.0) 450 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.289041+0000 mon.smithi062 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.289408+0000 mon.smithi062 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.289657+0000 mon.smithi062 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.289859+0000 mon.smithi062 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:31.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.290005+0000 mon.smithi062 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:31.536 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:29.738863+0000 mgr.smithi062.imakbh (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.7 on smithi062 2023-11-17T06:51:31.536 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:30.174361+0000 mgr.smithi062.imakbh (mgr.14180) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-17T06:51:31.536 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.287564+0000 mon.smithi062 (mon.0) 435 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.287669+0000 mon.smithi062 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:30.287737+0000 mon.smithi062 (mon.0) 437 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.288160+0000 mon.smithi062 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.288426+0000 mon.smithi062 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.288590+0000 mon.smithi062 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.288752+0000 mon.smithi062 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.288933+0000 mon.smithi062 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.289482+0000 mon.smithi062 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.295172+0000 mon.smithi062 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.537 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.722628+0000 mon.smithi092 (mon.1) 18 : audit [INF] from='osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:30.723063+0000 mon.smithi062 (mon.0) 445 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.178895+0000 mon.smithi062 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.288773+0000 mon.smithi062 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:31.288840+0000 mon.smithi062 (mon.0) 448 : cluster [INF] osd.3 [v2:172.21.15.62:6810/3150846773,v1:172.21.15.62:6811/3150846773] boot 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.288875+0000 mon.smithi062 (mon.0) 449 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:31.288920+0000 mon.smithi062 (mon.0) 450 : cluster [DBG] osdmap e21: 8 total, 4 up, 8 in 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.289041+0000 mon.smithi062 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.289408+0000 mon.smithi062 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.289657+0000 mon.smithi062 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:31.538 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.289859+0000 mon.smithi062 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:31.539 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.290005+0000 mon.smithi062 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:32.276 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:32.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:29.466275+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:32.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:29.466325+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:32.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.291653+0000 mon.smithi092 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:32.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:31.291876+0000 mon.smithi062 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:32.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.275022+0000 mon.smithi062 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.62:0/3578694967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:32.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.290312+0000 mon.smithi062 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:32.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:32.290399+0000 mon.smithi062 (mon.0) 459 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-17T06:51:32.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.290535+0000 mon.smithi062 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:32.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.290809+0000 mon.smithi062 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:32.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.290988+0000 mon.smithi062 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:32.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.291153+0000 mon.smithi062 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:32.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:29.466275+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:32.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:29.466325+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:32.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.291653+0000 mon.smithi092 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:32.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:31.291876+0000 mon.smithi062 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:32.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.275022+0000 mon.smithi062 (mon.0) 457 : audit [DBG] from='client.? 172.21.15.62:0/3578694967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:32.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.290312+0000 mon.smithi062 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:32.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:32.290399+0000 mon.smithi062 (mon.0) 459 : cluster [DBG] osdmap e22: 8 total, 4 up, 8 in 2023-11-17T06:51:32.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.290535+0000 mon.smithi062 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:32.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.290809+0000 mon.smithi062 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:32.591 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.290988+0000 mon.smithi062 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:32.592 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.291153+0000 mon.smithi062 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:32.665 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":21,"num_osds":8,"num_up_osds":4,"osd_up_since":1700203891,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:32.174638+0000 mgr.smithi062.imakbh (mgr.14180) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:51:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:32.293303+0000 mon.smithi062 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.013080+0000 mon.smithi062 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T06:51:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.230079+0000 mon.smithi062 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.293396+0000 mon.smithi062 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:33.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:32.174638+0000 mgr.smithi062.imakbh (mgr.14180) 91 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:51:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:32.293303+0000 mon.smithi062 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.013080+0000 mon.smithi062 (mon.0) 465 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-17T06:51:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.230079+0000 mon.smithi062 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.293396+0000 mon.smithi062 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:33.666 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:34.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:31.736858+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:34.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:31.736900+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:34.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:33.303578+0000 mon.smithi062 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396] boot 2023-11-17T06:51:34.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.303632+0000 mon.smithi062 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:33.303681+0000 mon.smithi062 (mon.0) 470 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.304014+0000 mon.smithi062 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.304261+0000 mon.smithi062 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.304458+0000 mon.smithi062 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.304638+0000 mon.smithi062 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.304757+0000 mon.smithi062 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:33.550025+0000 mon.smithi062 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.307620+0000 mon.smithi062 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:34.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.307697+0000 mon.smithi062 (mon.0) 478 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-11-17T06:51:34.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.307813+0000 mon.smithi062 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:34.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.308109+0000 mon.smithi062 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:34.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.308572+0000 mon.smithi062 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:31.736858+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:31.736900+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:33.303578+0000 mon.smithi062 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.92:6816/498762396,v1:172.21.15.92:6817/498762396] boot 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.303632+0000 mon.smithi062 (mon.0) 469 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:33.303681+0000 mon.smithi062 (mon.0) 470 : cluster [DBG] osdmap e23: 8 total, 5 up, 8 in 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.304014+0000 mon.smithi062 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-17T06:51:34.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.304261+0000 mon.smithi062 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.304458+0000 mon.smithi062 (mon.0) 473 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.304638+0000 mon.smithi062 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.304757+0000 mon.smithi062 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:33.550025+0000 mon.smithi062 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.307620+0000 mon.smithi062 (mon.0) 477 : audit [INF] from='osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.307697+0000 mon.smithi062 (mon.0) 478 : cluster [DBG] osdmap e24: 8 total, 5 up, 8 in 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.307813+0000 mon.smithi062 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.308109+0000 mon.smithi062 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:34.611 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.308572+0000 mon.smithi062 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:35.403 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.175014+0000 mgr.smithi062.imakbh (mgr.14180) 92 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.311503+0000 mon.smithi062 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.335609+0000 mon.smithi092 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.335935+0000 mon.smithi062 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.734505+0000 mon.smithi062 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515] boot 2023-11-17T06:51:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.734587+0000 mon.smithi062 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.734665+0000 mon.smithi062 (mon.0) 486 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.734937+0000 mon.smithi062 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.735369+0000 mon.smithi062 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.735579+0000 mon.smithi062 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.735974+0000 mon.smithi092 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:35.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:34.738255+0000 mon.smithi062 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:35.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.175014+0000 mgr.smithi062.imakbh (mgr.14180) 92 : cluster [DBG] pgmap v61: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.311503+0000 mon.smithi062 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.335609+0000 mon.smithi092 (mon.1) 20 : audit [INF] from='osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.335935+0000 mon.smithi062 (mon.0) 483 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.734505+0000 mon.smithi062 (mon.0) 484 : cluster [INF] osd.5 [v2:172.21.15.62:6818/745981515,v1:172.21.15.62:6819/745981515] boot 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.734587+0000 mon.smithi062 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.734665+0000 mon.smithi062 (mon.0) 486 : cluster [DBG] osdmap e25: 8 total, 6 up, 8 in 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.734937+0000 mon.smithi062 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.735369+0000 mon.smithi062 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.735579+0000 mon.smithi062 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:35.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.735974+0000 mon.smithi092 (mon.1) 21 : audit [INF] from='osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:35.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:34.738255+0000 mon.smithi062 (mon.0) 490 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]: dispatch 2023-11-17T06:51:35.727 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":25,"num_osds":8,"num_up_osds":6,"osd_up_since":1700203894,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":1} 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.005389+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:34.005453+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:35.402222+0000 mon.smithi062 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.62:0/3302232046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:35.739322+0000 mon.smithi062 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:35.739396+0000 mon.smithi062 (mon.0) 493 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:35.739499+0000 mon.smithi062 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:35.739732+0000 mon.smithi062 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:35.744046+0000 mon.smithi062 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:36.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.056299+0000 mon.smithi062 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:36.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.058446+0000 mon.smithi062 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:51:36.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.005389+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:36.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:34.005453+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:36.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:35.402222+0000 mon.smithi062 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.62:0/3302232046' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:36.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:35.739322+0000 mon.smithi062 (mon.0) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi092", "root=default"]}]': finished 2023-11-17T06:51:36.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:35.739396+0000 mon.smithi062 (mon.0) 493 : cluster [DBG] osdmap e26: 8 total, 6 up, 8 in 2023-11-17T06:51:36.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:35.739499+0000 mon.smithi062 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:36.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:35.739732+0000 mon.smithi062 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:36.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:35.744046+0000 mon.smithi062 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:36.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.056299+0000 mon.smithi062 (mon.0) 497 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:36.598 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.058446+0000 mon.smithi062 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:51:36.727 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:37.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:36.175293+0000 mgr.smithi062.imakbh (mgr.14180) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:51:37.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:36.746368+0000 mon.smithi062 (mon.0) 499 : cluster [INF] osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148] boot 2023-11-17T06:51:37.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:36.746424+0000 mon.smithi062 (mon.0) 500 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-11-17T06:51:37.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.746598+0000 mon.smithi062 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:37.567 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.747090+0000 mon.smithi062 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:37.568 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.775352+0000 mon.smithi092 (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:51:37.568 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:36.775768+0000 mon.smithi062 (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:36.175293+0000 mgr.smithi062.imakbh (mgr.14180) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 remapped+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:36.746368+0000 mon.smithi062 (mon.0) 499 : cluster [INF] osd.6 [v2:172.21.15.92:6824/3166596148,v1:172.21.15.92:6825/3166596148] boot 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:36.746424+0000 mon.smithi062 (mon.0) 500 : cluster [DBG] osdmap e27: 8 total, 7 up, 8 in 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.746598+0000 mon.smithi062 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.747090+0000 mon.smithi062 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.775352+0000 mon.smithi092 (mon.1) 22 : audit [INF] from='osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:51:37.767 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:36.775768+0000 mon.smithi062 (mon.0) 503 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-17T06:51:38.190 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:38.513 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:35.336234+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:35.336294+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:37.409237+0000 mon.smithi062 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:37.744685+0000 mon.smithi062 (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:37.744744+0000 mon.smithi062 (mon.0) 506 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:37.744912+0000 mon.smithi062 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:37.749332+0000 mon.smithi092 (mon.1) 23 : audit [INF] from='osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:37.749554+0000 mon.smithi062 (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:38.514 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:38.190477+0000 mon.smithi062 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.62:0/3437307692' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:38.571 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:35.336234+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:35.336294+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:37.409237+0000 mon.smithi062 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:37.744685+0000 mon.smithi062 (mon.0) 505 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:37.744744+0000 mon.smithi062 (mon.0) 506 : cluster [DBG] osdmap e28: 8 total, 7 up, 8 in 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:37.744912+0000 mon.smithi062 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:37.749332+0000 mon.smithi092 (mon.1) 23 : audit [INF] from='osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:37.749554+0000 mon.smithi062 (mon.0) 508 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]: dispatch 2023-11-17T06:51:38.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:38.190477+0000 mon.smithi062 (mon.0) 509 : audit [DBG] from='client.? 172.21.15.62:0/3437307692' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:38.728 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":28,"num_osds":8,"num_up_osds":7,"osd_up_since":1700203896,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:39.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:38.175579+0000 mgr.smithi062.imakbh (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:51:39.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:38.747466+0000 mon.smithi062 (mon.0) 510 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:39.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:38.747516+0000 mon.smithi062 (mon.0) 511 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-17T06:51:39.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:38.747623+0000 mon.smithi062 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:39.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:38.751571+0000 mon.smithi062 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:39.621 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:39.189783+0000 mon.smithi062 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:39.729 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd stat -f json 2023-11-17T06:51:39.738 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:38.175579+0000 mgr.smithi062.imakbh (mgr.14180) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:51:39.738 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:38.747466+0000 mon.smithi062 (mon.0) 510 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi062", "root=default"]}]': finished 2023-11-17T06:51:39.739 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:38.747516+0000 mon.smithi062 (mon.0) 511 : cluster [DBG] osdmap e29: 8 total, 7 up, 8 in 2023-11-17T06:51:39.739 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:38.747623+0000 mon.smithi062 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:39.739 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:38.751571+0000 mon.smithi062 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:39.739 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:39.189783+0000 mon.smithi062 (mon.0) 514 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:37.764524+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:37.764564+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:39.753746+0000 mon.smithi062 (mon.0) 515 : cluster [INF] osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324] boot 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:39.753789+0000 mon.smithi062 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:39.753936+0000 mon.smithi062 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:39.991426+0000 mgr.smithi062.imakbh (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi092 2023-11-17T06:51:41.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:39.996517+0000 mon.smithi062 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:40.175890+0000 mgr.smithi062.imakbh (mgr.14180) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:40.275617+0000 mon.smithi062 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:40.276322+0000 mon.smithi062 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:40.276889+0000 mon.smithi062 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:40.277448+0000 mon.smithi062 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:40.277875+0000 mgr.smithi062.imakbh (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3992M 2023-11-17T06:51:41.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:40.281308+0000 mon.smithi062 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:37.764524+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:37.764564+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:39.753746+0000 mon.smithi062 (mon.0) 515 : cluster [INF] osd.7 [v2:172.21.15.62:6826/659767324,v1:172.21.15.62:6827/659767324] boot 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:39.753789+0000 mon.smithi062 (mon.0) 516 : cluster [DBG] osdmap e30: 8 total, 8 up, 8 in 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:39.753936+0000 mon.smithi062 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:39.991426+0000 mgr.smithi062.imakbh (mgr.14180) 95 : cephadm [INF] Detected new or changed devices on smithi092 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:39.996517+0000 mon.smithi062 (mon.0) 518 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:40.175890+0000 mgr.smithi062.imakbh (mgr.14180) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 remapped+peering; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:40.275617+0000 mon.smithi062 (mon.0) 519 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:40.276322+0000 mon.smithi062 (mon.0) 520 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:40.276889+0000 mon.smithi062 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:40.277448+0000 mon.smithi062 (mon.0) 522 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:40.277875+0000 mgr.smithi062.imakbh (mgr.14180) 97 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 3992M 2023-11-17T06:51:41.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:40.281308+0000 mon.smithi062 (mon.0) 523 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:41.363 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:41.919 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":31,"num_osds":8,"num_up_osds":8,"osd_up_since":1700203899,"num_in_osds":8,"osd_in_since":1700203871,"num_remapped_pgs":0} 2023-11-17T06:51:41.920 INFO:tasks.cephadm:Setting up client nodes... 2023-11-17T06:51:41.920 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T06:51:42.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:41.282470+0000 mon.smithi062 (mon.0) 524 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-17T06:51:42.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:41.362937+0000 mon.smithi062 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.62:0/4159065091' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:42.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.190345+0000 mon.smithi062 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:42.613 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:41.282470+0000 mon.smithi062 (mon.0) 524 : cluster [DBG] osdmap e31: 8 total, 8 up, 8 in 2023-11-17T06:51:42.614 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:41.362937+0000 mon.smithi062 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.62:0/4159065091' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-17T06:51:42.614 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.190345+0000 mon.smithi062 (mon.0) 526 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:43.428 INFO:teuthology.orchestra.run.smithi062.stdout:[client.0] 2023-11-17T06:51:43.428 INFO:teuthology.orchestra.run.smithi062.stdout: key = AQB/DVdloGVKGRAANtb00yvqdUBU4VfjiV1SYQ== 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:42.176176+0000 mgr.smithi062.imakbh (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:42.185055+0000 mgr.smithi062.imakbh (mgr.14180) 99 : cephadm [INF] Detected new or changed devices on smithi062 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.485051+0000 mon.smithi062 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.485662+0000 mon.smithi062 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.486198+0000 mon.smithi062 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.486721+0000 mon.smithi062 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:51:42.487151+0000 mgr.smithi062.imakbh (mgr.14180) 100 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 3224M 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.493123+0000 mon.smithi062 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.494464+0000 mon.smithi062 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.495042+0000 mon.smithi062 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.499072+0000 mon.smithi062 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.503321+0000 mon.smithi062 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.506908+0000 mon.smithi062 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.508419+0000 mon.smithi062 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.508611+0000 mon.smithi062 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:42.509068+0000 mon.smithi062 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:42.176176+0000 mgr.smithi062.imakbh (mgr.14180) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:42.185055+0000 mgr.smithi062.imakbh (mgr.14180) 99 : cephadm [INF] Detected new or changed devices on smithi062 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.485051+0000 mon.smithi062 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.485662+0000 mon.smithi062 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.486198+0000 mon.smithi062 (mon.0) 529 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.486721+0000 mon.smithi062 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:51:42.487151+0000 mgr.smithi062.imakbh (mgr.14180) 100 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 3224M 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.493123+0000 mon.smithi062 (mon.0) 531 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:43.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.494464+0000 mon.smithi062 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.495042+0000 mon.smithi062 (mon.0) 533 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.499072+0000 mon.smithi062 (mon.0) 534 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.503321+0000 mon.smithi062 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.506908+0000 mon.smithi062 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.508419+0000 mon.smithi062 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.508611+0000 mon.smithi062 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.581 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:42.509068+0000 mon.smithi062 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:51:43.877 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T06:51:43.877 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-17T06:51:43.878 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-17T06:51:43.921 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-17T06:51:44.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:43.424156+0000 mon.smithi062 (mon.0) 540 : audit [INF] from='client.? 172.21.15.62:0/2708818536' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:44.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:43.427439+0000 mon.smithi062 (mon.0) 541 : audit [INF] from='client.? 172.21.15.62:0/2708818536' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:51:44.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:43.424156+0000 mon.smithi062 (mon.0) 540 : audit [INF] from='client.? 172.21.15.62:0/2708818536' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:44.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:43.427439+0000 mon.smithi062 (mon.0) 541 : audit [INF] from='client.? 172.21.15.62:0/2708818536' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:51:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:44.176604+0000 mgr.smithi062.imakbh (mgr.14180) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:45.752 INFO:teuthology.orchestra.run.smithi092.stdout:[client.1] 2023-11-17T06:51:45.752 INFO:teuthology.orchestra.run.smithi092.stdout: key = AQCBDVdlziePLBAAftOldomrGyBgb/YxkuzshA== 2023-11-17T06:51:45.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:44.176604+0000 mgr.smithi062.imakbh (mgr.14180) 101 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:46.322 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T06:51:46.322 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-17T06:51:46.322 DEBUG:teuthology.orchestra.run.smithi092:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-17T06:51:46.362 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:51:46.657 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:45.746832+0000 mon.smithi092 (mon.1) 24 : audit [INF] from='client.? 172.21.15.92:0/1419492502' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:46.657 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:45.747428+0000 mon.smithi062 (mon.0) 542 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:46.658 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:45.750647+0000 mon.smithi062 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:51:46.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:45.746832+0000 mon.smithi092 (mon.1) 24 : audit [INF] from='client.? 172.21.15.92:0/1419492502' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:46.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:45.747428+0000 mon.smithi062 (mon.0) 542 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-17T06:51:46.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:45.750647+0000 mon.smithi062 (mon.0) 543 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-17T06:51:46.945 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:47.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:46.177225+0000 mgr.smithi062.imakbh (mgr.14180) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:47.789 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:46.177225+0000 mgr.smithi062.imakbh (mgr.14180) 102 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:48.441 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:48.441 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":31,"fsid":"3e6b5f76-8515-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:48:31.304750+0000","modified":"2023-11-17T06:51:41.278931+0000","last_up_change":"2023-11-17T06:51:39.745342+0000","last_in_change":"2023-11-17T06:51:11.030722+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:51:29.729478+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":"23","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":"b91cb655-0aab-4f6a-9e96-e90371925569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6801","nonce":3038149249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6803","nonce":3038149249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6807","nonce":3038149249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6805","nonce":3038149249}]},"public_addr":"172.21.15.92:6801/3038149249","cluster_addr":"172.21.15.92:6803/3038149249","heartbeat_back_addr":"172.21.15.92:6807/3038149249","heartbeat_front_addr":"172.21.15.92:6805/3038149249","state":["exists","up"]},{"osd":1,"uuid":"d0d0c38f-7428-47be-b1fd-797ef6912bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6803","nonce":990956088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6805","nonce":990956088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6809","nonce":990956088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6807","nonce":990956088}]},"public_addr":"172.21.15.62:6803/990956088","cluster_addr":"172.21.15.62:6805/990956088","heartbeat_back_addr":"172.21.15.62:6809/990956088","heartbeat_front_addr":"172.21.15.62:6807/990956088","state":["exists","up"]},{"osd":2,"uuid":"ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6809","nonce":847284308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6811","nonce":847284308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6815","nonce":847284308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6813","nonce":847284308}]},"public_addr":"172.21.15.92:6809/847284308","cluster_addr":"172.21.15.92:6811/847284308","heartbeat_back_addr":"172.21.15.92:6815/847284308","heartbeat_front_addr":"172.21.15.92:6813/847284308","state":["exists","up"]},{"osd":3,"uuid":"69005203-1ac8-4ccb-926c-a920e04d8e4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6811","nonce":3150846773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6813","nonce":3150846773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6817","nonce":3150846773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6815","nonce":3150846773}]},"public_addr":"172.21.15.62:6811/3150846773","cluster_addr":"172.21.15.62:6813/3150846773","heartbeat_back_addr":"172.21.15.62:6817/3150846773","heartbeat_front_addr":"172.21.15.62:6815/3150846773","state":["exists","up"]},{"osd":4,"uuid":"2c36eb57-38e1-43e4-907d-748553ba2e3f","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.92:6816","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6817","nonce":498762396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6819","nonce":498762396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6823","nonce":498762396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6821","nonce":498762396}]},"public_addr":"172.21.15.92:6817/498762396","cluster_addr":"172.21.15.92:6819/498762396","heartbeat_back_addr":"172.21.15.92:6823/498762396","heartbeat_front_addr":"172.21.15.92:6821/498762396","state":["exists","up"]},{"osd":5,"uuid":"f2d58837-89c2-4b3c-8510-75720f584da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6818","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6819","nonce":745981515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6821","nonce":745981515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6825","nonce":745981515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6823","nonce":745981515}]},"public_addr":"172.21.15.62:6819/745981515","cluster_addr":"172.21.15.62:6821/745981515","heartbeat_back_addr":"172.21.15.62:6825/745981515","heartbeat_front_addr":"172.21.15.62:6823/745981515","state":["exists","up"]},{"osd":6,"uuid":"0ebb6c14-e58a-4c17-9780-2e93f723a287","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6825","nonce":3166596148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6827","nonce":3166596148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6831","nonce":3166596148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6829","nonce":3166596148}]},"public_addr":"172.21.15.92:6825/3166596148","cluster_addr":"172.21.15.92:6827/3166596148","heartbeat_back_addr":"172.21.15.92:6831/3166596148","heartbeat_front_addr":"172.21.15.92:6829/3166596148","state":["exists","up"]},{"osd":7,"uuid":"88170e11-0c31-43c1-97b4-76bd33734da0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6827","nonce":659767324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6829","nonce":659767324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6833","nonce":659767324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6831","nonce":659767324}]},"public_addr":"172.21.15.62:6827/659767324","cluster_addr":"172.21.15.62:6829/659767324","heartbeat_back_addr":"172.21.15.62:6833/659767324","heartbeat_front_addr":"172.21.15.62:6831/659767324","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:24.346394+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:25.040346+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:28.008087+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:29.466329+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:31.736902+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:34.005457+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:35.336315+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:37.764566+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6801/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/1166129992":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/3628982850":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/3316197838":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/620472421":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/619356068":"2023-11-18T06:48:52.242789+0000","172.21.15.62:6800/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/3973222652":"2023-11-18T06:48:52.242789+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:51:48.823 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-17T06:51:29.729478+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': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-17T06:51:48.823 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-17T06:51:49.269 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:49.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:48.177529+0000 mgr.smithi062.imakbh (mgr.14180) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:49.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:48.440540+0000 mon.smithi062 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.62:0/3169952031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:49.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:49.302429+0000 mon.smithi062 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:49.743 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:48.177529+0000 mgr.smithi062.imakbh (mgr.14180) 103 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:49.743 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:48.440540+0000 mon.smithi062 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.62:0/3169952031' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:49.743 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:49.302429+0000 mon.smithi062 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:50.366 INFO:teuthology.orchestra.run.smithi062.stdout:pg_num: 1 2023-11-17T06:51:50.725 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-17T06:51:50.725 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-17T06:51:50.726 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-17T06:51:50.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:49.765718+0000 mon.smithi062 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:50.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:50.177849+0000 mgr.smithi062.imakbh (mgr.14180) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:50.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:50.365889+0000 mon.smithi062 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.62:0/1864468690' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T06:51:50.997 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:49.765718+0000 mon.smithi062 (mon.0) 546 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:51:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:50.177849+0000 mgr.smithi062.imakbh (mgr.14180) 104 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:50.365889+0000 mon.smithi062 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.62:0/1864468690' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-17T06:51:52.153 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:52.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:52.148467+0000 mon.smithi062 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.62:0/3384384534' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T06:51:52.524 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi062.imakbh","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6800","nonce":2514728276},{"type":"v1","addr":"172.21.15.62:6801","nonce":2514728276}]},"active_addr":"172.21.15.62:6801/2514728276","active_change":"2023-11-17T06:49:56.155884+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14190,"name":"smithi092.lqkunt","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.62:8443/","prometheus":"http://172.21.15.62: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.62:0","nonce":2060745828}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.62:0","nonce":1422618188}]}]} 2023-11-17T06:51:52.528 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-17T06:51:52.528 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-17T06:51:52.528 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:51:52.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:52.148467+0000 mon.smithi062 (mon.0) 548 : audit [DBG] from='client.? 172.21.15.62:0/3384384534' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-17T06:51:52.801 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:53.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:52.178178+0000 mgr.smithi062.imakbh (mgr.14180) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:53.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:52.178178+0000 mgr.smithi062.imakbh (mgr.14180) 105 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:53.866 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:53.866 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":31,"fsid":"3e6b5f76-8515-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:48:31.304750+0000","modified":"2023-11-17T06:51:41.278931+0000","last_up_change":"2023-11-17T06:51:39.745342+0000","last_in_change":"2023-11-17T06:51:11.030722+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:51:29.729478+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":"23","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":"b91cb655-0aab-4f6a-9e96-e90371925569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6801","nonce":3038149249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6803","nonce":3038149249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6807","nonce":3038149249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6805","nonce":3038149249}]},"public_addr":"172.21.15.92:6801/3038149249","cluster_addr":"172.21.15.92:6803/3038149249","heartbeat_back_addr":"172.21.15.92:6807/3038149249","heartbeat_front_addr":"172.21.15.92:6805/3038149249","state":["exists","up"]},{"osd":1,"uuid":"d0d0c38f-7428-47be-b1fd-797ef6912bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6803","nonce":990956088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6805","nonce":990956088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6809","nonce":990956088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6807","nonce":990956088}]},"public_addr":"172.21.15.62:6803/990956088","cluster_addr":"172.21.15.62:6805/990956088","heartbeat_back_addr":"172.21.15.62:6809/990956088","heartbeat_front_addr":"172.21.15.62:6807/990956088","state":["exists","up"]},{"osd":2,"uuid":"ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6809","nonce":847284308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6811","nonce":847284308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6815","nonce":847284308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6813","nonce":847284308}]},"public_addr":"172.21.15.92:6809/847284308","cluster_addr":"172.21.15.92:6811/847284308","heartbeat_back_addr":"172.21.15.92:6815/847284308","heartbeat_front_addr":"172.21.15.92:6813/847284308","state":["exists","up"]},{"osd":3,"uuid":"69005203-1ac8-4ccb-926c-a920e04d8e4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6811","nonce":3150846773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6813","nonce":3150846773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6817","nonce":3150846773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6815","nonce":3150846773}]},"public_addr":"172.21.15.62:6811/3150846773","cluster_addr":"172.21.15.62:6813/3150846773","heartbeat_back_addr":"172.21.15.62:6817/3150846773","heartbeat_front_addr":"172.21.15.62:6815/3150846773","state":["exists","up"]},{"osd":4,"uuid":"2c36eb57-38e1-43e4-907d-748553ba2e3f","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.92:6816","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6817","nonce":498762396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6819","nonce":498762396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6823","nonce":498762396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6821","nonce":498762396}]},"public_addr":"172.21.15.92:6817/498762396","cluster_addr":"172.21.15.92:6819/498762396","heartbeat_back_addr":"172.21.15.92:6823/498762396","heartbeat_front_addr":"172.21.15.92:6821/498762396","state":["exists","up"]},{"osd":5,"uuid":"f2d58837-89c2-4b3c-8510-75720f584da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6818","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6819","nonce":745981515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6821","nonce":745981515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6825","nonce":745981515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6823","nonce":745981515}]},"public_addr":"172.21.15.62:6819/745981515","cluster_addr":"172.21.15.62:6821/745981515","heartbeat_back_addr":"172.21.15.62:6825/745981515","heartbeat_front_addr":"172.21.15.62:6823/745981515","state":["exists","up"]},{"osd":6,"uuid":"0ebb6c14-e58a-4c17-9780-2e93f723a287","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6825","nonce":3166596148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6827","nonce":3166596148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6831","nonce":3166596148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6829","nonce":3166596148}]},"public_addr":"172.21.15.92:6825/3166596148","cluster_addr":"172.21.15.92:6827/3166596148","heartbeat_back_addr":"172.21.15.92:6831/3166596148","heartbeat_front_addr":"172.21.15.92:6829/3166596148","state":["exists","up"]},{"osd":7,"uuid":"88170e11-0c31-43c1-97b4-76bd33734da0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6827","nonce":659767324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6829","nonce":659767324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6833","nonce":659767324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6831","nonce":659767324}]},"public_addr":"172.21.15.62:6827/659767324","cluster_addr":"172.21.15.62:6829/659767324","heartbeat_back_addr":"172.21.15.62:6833/659767324","heartbeat_front_addr":"172.21.15.62:6831/659767324","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:24.346394+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:25.040346+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:28.008087+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:29.466329+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:31.736902+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:34.005457+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:35.336315+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:37.764566+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6801/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/1166129992":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/3628982850":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/3316197838":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/620472421":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/619356068":"2023-11-18T06:48:52.242789+0000","172.21.15.62:6800/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/3973222652":"2023-11-18T06:48:52.242789+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:51:54.232 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-17T06:51:54.233 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd dump --format=json 2023-11-17T06:51:54.507 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:54.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:53.865652+0000 mon.smithi062 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.62:0/3069751459' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:54.617 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:53.865652+0000 mon.smithi062 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.62:0/3069751459' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:54.178634+0000 mgr.smithi062.imakbh (mgr.14180) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:55.573 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:51:55.573 INFO:teuthology.orchestra.run.smithi062.stdout:{"epoch":31,"fsid":"3e6b5f76-8515-11ee-8dbf-212e2dc638e7","created":"2023-11-17T06:48:31.304750+0000","modified":"2023-11-17T06:51:41.278931+0000","last_up_change":"2023-11-17T06:51:39.745342+0000","last_in_change":"2023-11-17T06:51:11.030722+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-17T06:51:29.729478+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":"23","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":"b91cb655-0aab-4f6a-9e96-e90371925569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6800","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6801","nonce":3038149249}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6802","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6803","nonce":3038149249}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6806","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6807","nonce":3038149249}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6804","nonce":3038149249},{"type":"v1","addr":"172.21.15.92:6805","nonce":3038149249}]},"public_addr":"172.21.15.92:6801/3038149249","cluster_addr":"172.21.15.92:6803/3038149249","heartbeat_back_addr":"172.21.15.92:6807/3038149249","heartbeat_front_addr":"172.21.15.92:6805/3038149249","state":["exists","up"]},{"osd":1,"uuid":"d0d0c38f-7428-47be-b1fd-797ef6912bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6802","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6803","nonce":990956088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6804","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6805","nonce":990956088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6808","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6809","nonce":990956088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6806","nonce":990956088},{"type":"v1","addr":"172.21.15.62:6807","nonce":990956088}]},"public_addr":"172.21.15.62:6803/990956088","cluster_addr":"172.21.15.62:6805/990956088","heartbeat_back_addr":"172.21.15.62:6809/990956088","heartbeat_front_addr":"172.21.15.62:6807/990956088","state":["exists","up"]},{"osd":2,"uuid":"ffcb37f6-8c96-4c5c-b49a-40d9ff68e8f4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6808","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6809","nonce":847284308}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6810","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6811","nonce":847284308}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6814","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6815","nonce":847284308}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6812","nonce":847284308},{"type":"v1","addr":"172.21.15.92:6813","nonce":847284308}]},"public_addr":"172.21.15.92:6809/847284308","cluster_addr":"172.21.15.92:6811/847284308","heartbeat_back_addr":"172.21.15.92:6815/847284308","heartbeat_front_addr":"172.21.15.92:6813/847284308","state":["exists","up"]},{"osd":3,"uuid":"69005203-1ac8-4ccb-926c-a920e04d8e4b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6810","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6811","nonce":3150846773}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6812","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6813","nonce":3150846773}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6816","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6817","nonce":3150846773}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6814","nonce":3150846773},{"type":"v1","addr":"172.21.15.62:6815","nonce":3150846773}]},"public_addr":"172.21.15.62:6811/3150846773","cluster_addr":"172.21.15.62:6813/3150846773","heartbeat_back_addr":"172.21.15.62:6817/3150846773","heartbeat_front_addr":"172.21.15.62:6815/3150846773","state":["exists","up"]},{"osd":4,"uuid":"2c36eb57-38e1-43e4-907d-748553ba2e3f","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.92:6816","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6817","nonce":498762396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6818","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6819","nonce":498762396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6822","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6823","nonce":498762396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6820","nonce":498762396},{"type":"v1","addr":"172.21.15.92:6821","nonce":498762396}]},"public_addr":"172.21.15.92:6817/498762396","cluster_addr":"172.21.15.92:6819/498762396","heartbeat_back_addr":"172.21.15.92:6823/498762396","heartbeat_front_addr":"172.21.15.92:6821/498762396","state":["exists","up"]},{"osd":5,"uuid":"f2d58837-89c2-4b3c-8510-75720f584da5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6818","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6819","nonce":745981515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6820","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6821","nonce":745981515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6824","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6825","nonce":745981515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6822","nonce":745981515},{"type":"v1","addr":"172.21.15.62:6823","nonce":745981515}]},"public_addr":"172.21.15.62:6819/745981515","cluster_addr":"172.21.15.62:6821/745981515","heartbeat_back_addr":"172.21.15.62:6825/745981515","heartbeat_front_addr":"172.21.15.62:6823/745981515","state":["exists","up"]},{"osd":6,"uuid":"0ebb6c14-e58a-4c17-9780-2e93f723a287","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6824","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6825","nonce":3166596148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6826","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6827","nonce":3166596148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6830","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6831","nonce":3166596148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.92:6828","nonce":3166596148},{"type":"v1","addr":"172.21.15.92:6829","nonce":3166596148}]},"public_addr":"172.21.15.92:6825/3166596148","cluster_addr":"172.21.15.92:6827/3166596148","heartbeat_back_addr":"172.21.15.92:6831/3166596148","heartbeat_front_addr":"172.21.15.92:6829/3166596148","state":["exists","up"]},{"osd":7,"uuid":"88170e11-0c31-43c1-97b4-76bd33734da0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6826","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6827","nonce":659767324}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6828","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6829","nonce":659767324}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6832","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6833","nonce":659767324}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.62:6830","nonce":659767324},{"type":"v1","addr":"172.21.15.62:6831","nonce":659767324}]},"public_addr":"172.21.15.62:6827/659767324","cluster_addr":"172.21.15.62:6829/659767324","heartbeat_back_addr":"172.21.15.62:6833/659767324","heartbeat_front_addr":"172.21.15.62:6831/659767324","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:24.346394+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:25.040346+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:28.008087+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:29.466329+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:31.736902+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:34.005457+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:35.336315+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-17T06:51:37.764566+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.62:6801/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/4104479739":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/1166129992":"2023-11-18T06:49:56.155779+0000","172.21.15.62:0/3628982850":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/3316197838":"2023-11-18T06:49:56.155779+0000","172.21.15.62:6800/2321116729":"2023-11-18T06:49:19.185740+0000","172.21.15.62:6801/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/620472421":"2023-11-18T06:49:19.185740+0000","172.21.15.62:0/619356068":"2023-11-18T06:48:52.242789+0000","172.21.15.62:6800/14494289":"2023-11-18T06:48:52.242789+0000","172.21.15.62:0/3973222652":"2023-11-18T06:48:52.242789+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-17T06:51:55.602 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:54.178634+0000 mgr.smithi062.imakbh (mgr.14180) 106 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:55.933 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-17T06:51:56.204 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:56.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:51:55.571994+0000 mon.smithi062 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.62:0/632872136' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:51:55.571994+0000 mon.smithi062 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.62:0/632872136' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-17T06:51:57.441 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:56.178963+0000 mgr.smithi062.imakbh (mgr.14180) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:57.516 INFO:teuthology.orchestra.run.smithi062.stdout:68719476745 2023-11-17T06:51:57.516 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-17T06:51:57.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:56.178963+0000 mgr.smithi062.imakbh (mgr.14180) 107 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:57.788 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:59.190 INFO:teuthology.orchestra.run.smithi062.stdout:68719476746 2023-11-17T06:51:59.190 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-17T06:51:59.463 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:51:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:51:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:51:58.179324+0000 mgr.smithi062.imakbh (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:51:59.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:51:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:51:58.179324+0000 mgr.smithi062.imakbh (mgr.14180) 108 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:00.973 INFO:teuthology.orchestra.run.smithi062.stdout:81604378633 2023-11-17T06:52:00.974 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-17T06:52:00.999 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:00.179616+0000 mgr.smithi062.imakbh (mgr.14180) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:01.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:00.179616+0000 mgr.smithi062.imakbh (mgr.14180) 109 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:01.244 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:02.590 INFO:teuthology.orchestra.run.smithi062.stdout:90194313224 2023-11-17T06:52:02.590 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-17T06:52:02.905 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:03.360 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:02.179904+0000 mgr.smithi062.imakbh (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:03.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:02.179904+0000 mgr.smithi062.imakbh (mgr.14180) 110 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:04.256 INFO:teuthology.orchestra.run.smithi062.stdout:98784247817 2023-11-17T06:52:04.256 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-17T06:52:04.530 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:05.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:04.180356+0000 mgr.smithi062.imakbh (mgr.14180) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:05.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:04.180356+0000 mgr.smithi062.imakbh (mgr.14180) 111 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:05.865 INFO:teuthology.orchestra.run.smithi062.stdout:107374182408 2023-11-17T06:52:05.866 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-17T06:52:06.139 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:07.496 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:06.180676+0000 mgr.smithi062.imakbh (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:07.498 INFO:teuthology.orchestra.run.smithi062.stdout:115964117001 2023-11-17T06:52:07.498 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-17T06:52:07.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:06.180676+0000 mgr.smithi062.imakbh (mgr.14180) 112 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:07.769 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:09.097 INFO:teuthology.orchestra.run.smithi062.stdout:128849018889 2023-11-17T06:52:09.097 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-17T06:52:09.369 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:09.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:08.181187+0000 mgr.smithi062.imakbh (mgr.14180) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:09.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:08.181187+0000 mgr.smithi062.imakbh (mgr.14180) 113 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:10.496 INFO:teuthology.orchestra.run.smithi062.stdout:68719476748 2023-11-17T06:52:10.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:10.181693+0000 mgr.smithi062.imakbh (mgr.14180) 114 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:10.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:10.496588+0000 mon.smithi062 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.62:0/2978434589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T06:52:10.863 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476745 got 68719476748 for osd.0 2023-11-17T06:52:10.864 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-17T06:52:11.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:10.181693+0000 mgr.smithi062.imakbh (mgr.14180) 114 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:11.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:10.496588+0000 mon.smithi062 (mon.0) 551 : audit [DBG] from='client.? 172.21.15.62:0/2978434589' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-17T06:52:11.137 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:12.252 INFO:teuthology.orchestra.run.smithi062.stdout:68719476748 2023-11-17T06:52:12.567 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476746 got 68719476748 for osd.1 2023-11-17T06:52:12.567 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-17T06:52:12.841 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:13.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:12.181969+0000 mgr.smithi062.imakbh (mgr.14180) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:13.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:12.251552+0000 mon.smithi062 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.62:0/4036670064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T06:52:13.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:12.181969+0000 mgr.smithi062.imakbh (mgr.14180) 115 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:13.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:12.251552+0000 mon.smithi062 (mon.0) 552 : audit [DBG] from='client.? 172.21.15.62:0/4036670064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-17T06:52:14.022 INFO:teuthology.orchestra.run.smithi062.stdout:81604378635 2023-11-17T06:52:14.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:14.022560+0000 mon.smithi062 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.62:0/1059664105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T06:52:14.396 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378633 got 81604378635 for osd.2 2023-11-17T06:52:14.396 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-17T06:52:14.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:14.022560+0000 mon.smithi062 (mon.0) 553 : audit [DBG] from='client.? 172.21.15.62:0/1059664105' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-17T06:52:14.668 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:15.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:14.182244+0000 mgr.smithi062.imakbh (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:15.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:14.182244+0000 mgr.smithi062.imakbh (mgr.14180) 116 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:15.791 INFO:teuthology.orchestra.run.smithi062.stdout:90194313226 2023-11-17T06:52:16.163 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313224 got 90194313226 for osd.3 2023-11-17T06:52:16.163 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-17T06:52:16.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:15.790664+0000 mon.smithi062 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.62:0/1315273083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T06:52:16.438 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:16.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:15.790664+0000 mon.smithi062 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.62:0/1315273083' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-17T06:52:17.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:16.182554+0000 mgr.smithi062.imakbh (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:17.590 INFO:teuthology.orchestra.run.smithi062.stdout:98784247820 2023-11-17T06:52:17.610 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:16.182554+0000 mgr.smithi062.imakbh (mgr.14180) 117 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:17.971 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247817 got 98784247820 for osd.4 2023-11-17T06:52:17.972 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-17T06:52:18.243 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:18.533 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:17.589890+0000 mon.smithi062 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.62:0/4148376245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T06:52:18.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:17.589890+0000 mon.smithi062 (mon.0) 555 : audit [DBG] from='client.? 172.21.15.62:0/4148376245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-17T06:52:19.341 INFO:teuthology.orchestra.run.smithi062.stdout:107374182410 2023-11-17T06:52:19.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:18.182875+0000 mgr.smithi062.imakbh (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:18.182875+0000 mgr.smithi062.imakbh (mgr.14180) 118 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:19.713 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182408 got 107374182410 for osd.5 2023-11-17T06:52:19.714 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-17T06:52:19.987 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:20.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:19.340777+0000 mon.smithi062 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.62:0/3212608045' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T06:52:20.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:19.340777+0000 mon.smithi062 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.62:0/3212608045' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-17T06:52:21.212 INFO:teuthology.orchestra.run.smithi062.stdout:115964117003 2023-11-17T06:52:21.494 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:20.183340+0000 mgr.smithi062.imakbh (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:21.494 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:21.211974+0000 mon.smithi062 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.62:0/1295445036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T06:52:21.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:20.183340+0000 mgr.smithi062.imakbh (mgr.14180) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:21.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:21.211974+0000 mon.smithi062 (mon.0) 557 : audit [DBG] from='client.? 172.21.15.62:0/1295445036' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-17T06:52:21.595 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117001 got 115964117003 for osd.6 2023-11-17T06:52:21.596 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-17T06:52:21.868 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:22.998 INFO:teuthology.orchestra.run.smithi062.stdout:128849018892 2023-11-17T06:52:23.269 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:22.183759+0000 mgr.smithi062.imakbh (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:23.269 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:22.997807+0000 mon.smithi062 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.62:0/3653155982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T06:52:23.361 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018889 got 128849018892 for osd.7 2023-11-17T06:52:23.362 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-17T06:52:23.362 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T06:52:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:22.183759+0000 mgr.smithi062.imakbh (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:22.997807+0000 mon.smithi062 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.62:0/3653155982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-17T06:52:23.634 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:24.784 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:52:24.786 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2023-11-17T06:52:25.162 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":94,"stamp":"2023-11-17T06:52:24.183995+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":2379148,"kb_used_data":2380,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549300,"statfs":{"total":767926730752,"available":765490483200,"internally_reserved":0,"allocated":2437120,"data_stored":947525,"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":12,"reported_epoch":30,"state":"active+clean","last_fresh":"2023-11-17T06:51:39.750374+0000","last_change":"2023-11-17T06:51:38.913308+0000","last_active":"2023-11-17T06:51:39.750374+0000","last_peered":"2023-11-17T06:51:39.750374+0000","last_clean":"2023-11-17T06:51:39.750374+0000","last_became_active":"2023-11-17T06:51:38.912900+0000","last_became_peered":"2023-11-17T06:51:38.912900+0000","last_unstale":"2023-11-17T06:51:39.750374+0000","last_undegraded":"2023-11-17T06:51:39.750374+0000","last_fullsized":"2023-11-17T06:51:39.750374+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T06:51:30.283427+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T06:51:30.283427+0000","last_clean_scrub_stamp":"2023-11-17T06:51:30.283427+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":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"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":30,"seq":128849018892,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.67200000000000004}]},{"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.55200000000000005}]},{"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.64400000000000002}]},{"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.56499999999999995}]},{"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.69099999999999995}]},{"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.50600000000000001}]},{"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.65400000000000003}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117757,"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.26000000000000001}]},{"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.45300000000000001}]},{"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.35599999999999998}]},{"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.40100000000000002}]},{"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.442}]},{"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":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.41099999999999998}]}]},{"osd":1,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.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.495}]},{"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.33900000000000002}]},{"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.42699999999999999}]},{"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.35599999999999998}]},{"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.52400000000000002}]},{"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.377}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":117106,"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.40300000000000002}]},{"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.255}]},{"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.55100000000000005}]},{"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.311}]},{"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.53300000000000003}]},{"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.36199999999999999}]},{"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.58699999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378637,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.45000000000000001}]},{"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.53400000000000003}]},{"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.59299999999999997}]},{"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.56200000000000006}]},{"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.61499999999999999}]},{"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.67400000000000004}]},{"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.66300000000000003}]}]},{"osd":3,"up_from":21,"seq":90194313228,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":118343,"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.55100000000000005}]},{"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.378}]},{"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.46600000000000003}]},{"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.496}]},{"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.56699999999999995}]},{"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.47299999999999998}]},{"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.48499999999999999}]}]},{"osd":4,"up_from":23,"seq":98784247821,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":118343,"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.316}]},{"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.40899999999999997}]},{"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.42399999999999999}]},{"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.48999999999999999}]},{"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.51500000000000001}]},{"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.53500000000000003}]},{"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.55200000000000005}]}]},{"osd":5,"up_from":25,"seq":107374182411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.56299999999999994}]},{"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.46400000000000002}]},{"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.53800000000000003}]},{"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.51200000000000001}]},{"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.70899999999999996}]},{"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.69699999999999995}]},{"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.67100000000000004}]}]}],"pool_statfs":[{"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":5,"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T06:52:25.163 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph pg dump --format=json 2023-11-17T06:52:25.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:24.184123+0000 mgr.smithi062.imakbh (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:25.437 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:24.184123+0000 mgr.smithi062.imakbh (mgr.14180) 121 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:26.556 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:52:26.557 INFO:teuthology.orchestra.run.smithi062.stderr:dumped all 2023-11-17T06:52:26.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:24.782781+0000 mgr.smithi062.imakbh (mgr.14180) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:52:26.579 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:24.782781+0000 mgr.smithi062.imakbh (mgr.14180) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:52:26.944 INFO:teuthology.orchestra.run.smithi062.stdout:{"pg_ready":true,"pg_map":{"version":95,"stamp":"2023-11-17T06:52:26.184254+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":2379148,"kb_used_data":2380,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747549300,"statfs":{"total":767926730752,"available":765490483200,"internally_reserved":0,"allocated":2437120,"data_stored":947525,"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":12,"reported_epoch":30,"state":"active+clean","last_fresh":"2023-11-17T06:51:39.750374+0000","last_change":"2023-11-17T06:51:38.913308+0000","last_active":"2023-11-17T06:51:39.750374+0000","last_peered":"2023-11-17T06:51:39.750374+0000","last_clean":"2023-11-17T06:51:39.750374+0000","last_became_active":"2023-11-17T06:51:38.912900+0000","last_became_peered":"2023-11-17T06:51:38.912900+0000","last_unstale":"2023-11-17T06:51:39.750374+0000","last_undegraded":"2023-11-17T06:51:39.750374+0000","last_fullsized":"2023-11-17T06:51:39.750374+0000","mapping_epoch":28,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":29,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-17T06:51:30.283427+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-17T06:51:30.283427+0000","last_clean_scrub_stamp":"2023-11-17T06:51:30.283427+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":[6,5,2],"acting":[6,5,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":6,"acting_primary":6,"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":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.46899999999999997}]},{"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.32800000000000001}]},{"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.54400000000000004}]},{"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.40400000000000003}]},{"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.51500000000000001}]},{"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.39400000000000002}]},{"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.70599999999999996}]}]},{"osd":6,"up_from":27,"seq":115964117004,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":117757,"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.26000000000000001}]},{"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.45300000000000001}]},{"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.35599999999999998}]},{"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.40100000000000002}]},{"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.442}]},{"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":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.41099999999999998}]}]},{"osd":1,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.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.495}]},{"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.33900000000000002}]},{"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.42699999999999999}]},{"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.35599999999999998}]},{"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.52400000000000002}]},{"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.377}]}]},{"osd":0,"up_from":16,"seq":68719476751,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297388,"kb_used_data":292,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443668,"statfs":{"total":95990841344,"available":95686316032,"internally_reserved":0,"allocated":299008,"data_stored":117106,"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.40300000000000002}]},{"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.255}]},{"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.55100000000000005}]},{"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.311}]},{"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.53300000000000003}]},{"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.36199999999999999}]},{"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.58699999999999997}]}]},{"osd":2,"up_from":19,"seq":81604378638,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.432}]},{"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.57099999999999995}]},{"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.60799999999999998}]},{"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.52200000000000002}]},{"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.53600000000000003}]},{"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.61899999999999999}]},{"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.63300000000000001}]}]},{"osd":3,"up_from":21,"seq":90194313228,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":118343,"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.55100000000000005}]},{"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.378}]},{"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.46600000000000003}]},{"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.496}]},{"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.56699999999999995}]},{"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.47299999999999998}]},{"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.48499999999999999}]}]},{"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":297392,"kb_used_data":296,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443664,"statfs":{"total":95990841344,"available":95686311936,"internally_reserved":0,"allocated":303104,"data_stored":118343,"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.313}]},{"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.55600000000000005}]},{"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.35299999999999998}]},{"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.59099999999999997}]},{"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.54400000000000004}]},{"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.53600000000000003}]}]},{"osd":5,"up_from":25,"seq":107374182412,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297396,"kb_used_data":300,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443660,"statfs":{"total":95990841344,"available":95686307840,"internally_reserved":0,"allocated":307200,"data_stored":118994,"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.44900000000000001}]},{"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.249}]},{"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.38}]},{"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.27300000000000002}]},{"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.39500000000000002}]},{"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.47999999999999998}]},{"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.41199999999999998}]}]}],"pool_statfs":[{"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":5,"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-17T06:52:26.945 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-17T06:52:26.945 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-17T06:52:26.945 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-17T06:52:26.945 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph health --format=json 2023-11-17T06:52:27.215 INFO:teuthology.orchestra.run.smithi062.stderr:Inferring config /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/mon.smithi062/config 2023-11-17T06:52:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:26.184403+0000 mgr.smithi062.imakbh (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:26.553790+0000 mgr.smithi062.imakbh (mgr.14180) 124 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:52:27.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:26.184403+0000 mgr.smithi062.imakbh (mgr.14180) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:27.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:26.553790+0000 mgr.smithi062.imakbh (mgr.14180) 124 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:52:28.403 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:52:28.769 INFO:teuthology.orchestra.run.smithi062.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-17T06:52:28.770 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-17T06:52:28.770 INFO:tasks.cephadm:Setup complete, yielding 2023-11-17T06:52:28.770 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:52:28.779 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:52:28.780 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-17T06:52:29.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:28.184700+0000 mgr.smithi062.imakbh (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:29.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:28.402540+0000 mon.smithi062 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.62:0/3838774677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T06:52:29.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:28.184700+0000 mgr.smithi062.imakbh (mgr.14180) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:29.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:28.402540+0000 mon.smithi062 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.62:0/3838774677' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-17T06:52:30.122 INFO:teuthology.orchestra.run.smithi062.stdout:Backend: cephadm 2023-11-17T06:52:30.122 INFO:teuthology.orchestra.run.smithi062.stdout:Available: Yes 2023-11-17T06:52:30.122 INFO:teuthology.orchestra.run.smithi062.stdout:Paused: No 2023-11-17T06:52:30.504 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-17T06:52:31.059 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:30.121256+0000 mgr.smithi062.imakbh (mgr.14180) 126 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:31.059 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:30.185056+0000 mgr.smithi062.imakbh (mgr.14180) 127 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:31.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:30.121256+0000 mgr.smithi062.imakbh (mgr.14180) 126 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:30.185056+0000 mgr.smithi062.imakbh (mgr.14180) 127 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:31.899 INFO:teuthology.orchestra.run.smithi062.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-17T06:52:31.899 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager.smithi062 smithi062 *:9093,9094 running (113s) 52s ago 2m 18.3M - 0.23.0 ba2b418f427c c13fae8afc1c 2023-11-17T06:52:31.899 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi062 smithi062 running (2m) 52s ago 2m 7277k - 16.2.14-171-ged3c8e92 6be2081e30e3 7864456cafd5 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:crash.smithi092 smithi092 running (2m) 54s ago 2m 7407k - 16.2.14-171-ged3c8e92 6be2081e30e3 a11b707a21ab 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:grafana.smithi062 smithi062 *:3000 running (109s) 52s ago 2m 45.6M - 8.3.5 dad864ee21e9 dc5dd356cf5b 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi062.imakbh smithi062 *:9283 running (3m) 52s ago 3m 443M - 16.2.14-171-ged3c8e92 6be2081e30e3 012fea25b8f5 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:mgr.smithi092.lqkunt smithi092 *:8443,9283 running (2m) 54s ago 2m 392M - 16.2.14-171-ged3c8e92 6be2081e30e3 1918fd2de60b 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi062 smithi062 running (3m) 52s ago 4m 68.8M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 56b4f92711a5 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:mon.smithi092 smithi092 running (2m) 54s ago 2m 60.8M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 e40d34cdeda6 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi062 smithi062 *:9100 running (2m) 52s ago 2m 24.2M - 1.3.1 1dbe0e931976 f592ff38fe85 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter.smithi092 smithi092 *:9100 running (2m) 54s ago 2m 19.6M - 1.3.1 1dbe0e931976 82418a190a7d 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.0 smithi092 running (72s) 54s ago 71s 31.1M 3992M 16.2.14-171-ged3c8e92 6be2081e30e3 4500c291af45 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.1 smithi062 running (71s) 52s ago 71s 32.5M 3224M 16.2.14-171-ged3c8e92 6be2081e30e3 c27a8a6de64c 2023-11-17T06:52:31.900 INFO:teuthology.orchestra.run.smithi062.stdout:osd.2 smithi092 running (68s) 54s ago 68s 32.2M 3992M 16.2.14-171-ged3c8e92 6be2081e30e3 289f58c97fc0 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:osd.3 smithi062 running (66s) 52s ago 66s 28.0M 3224M 16.2.14-171-ged3c8e92 6be2081e30e3 313bc5349b5b 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:osd.4 smithi092 running (64s) 54s ago 64s 30.0M 3992M 16.2.14-171-ged3c8e92 6be2081e30e3 4334ed66338e 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:osd.5 smithi062 running (62s) 52s ago 62s 28.4M 3224M 16.2.14-171-ged3c8e92 6be2081e30e3 d163970ee987 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:osd.6 smithi092 running (60s) 54s ago 60s 28.7M 3992M 16.2.14-171-ged3c8e92 6be2081e30e3 c2c54bf9de13 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:osd.7 smithi062 running (58s) 52s ago 58s 13.3M 3224M 16.2.14-171-ged3c8e92 6be2081e30e3 e63348e27890 2023-11-17T06:52:31.901 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus.smithi062 smithi062 *:9095 running (107s) 52s ago 2m 40.8M - 2.33.4 514e6a882f6e ab9bf653a37b 2023-11-17T06:52:32.270 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-17T06:52:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:31.891015+0000 mgr.smithi062.imakbh (mgr.14180) 128 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:32.185354+0000 mgr.smithi062.imakbh (mgr.14180) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:alertmanager ?:9093,9094 1/1 54s ago 3m count:1 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:crash 2/2 56s ago 3m * 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:grafana ?:3000 1/1 54s ago 3m count:1 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:mgr 2/2 56s ago 3m count:2 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:mon 2/2 56s ago 109s smithi062:172.21.15.62=smithi062;smithi092:172.21.15.92=smithi092;count:2 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:node-exporter ?:9100 2/2 56s ago 3m * 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:osd.all-available-devices 8 56s ago 99s * 2023-11-17T06:52:33.634 INFO:teuthology.orchestra.run.smithi062.stdout:prometheus ?:9095 1/1 54s ago 3m count:1 2023-11-17T06:52:33.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:31.891015+0000 mgr.smithi062.imakbh (mgr.14180) 128 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:32.185354+0000 mgr.smithi062.imakbh (mgr.14180) 129 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:34.020 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-17T06:52:34.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:33.629483+0000 mgr.smithi062.imakbh (mgr.14180) 130 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:34.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:33.629483+0000 mgr.smithi062.imakbh (mgr.14180) 130 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:35.387 INFO:teuthology.orchestra.run.smithi062.stdout:HOST ADDR LABELS STATUS 2023-11-17T06:52:35.388 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 172.21.15.62 2023-11-17T06:52:35.388 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 172.21.15.92 2023-11-17T06:52:35.388 INFO:teuthology.orchestra.run.smithi062.stdout:2 hosts in cluster 2023-11-17T06:52:35.539 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:34.185642+0000 mgr.smithi062.imakbh (mgr.14180) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:34.185642+0000 mgr.smithi062.imakbh (mgr.14180) 131 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:35.743 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-17T06:52:36.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:35.386836+0000 mgr.smithi062.imakbh (mgr.14180) 132 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:35.386836+0000 mgr.smithi062.imakbh (mgr.14180) 132 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53440094400BGN 372G 54s ago LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme1n1 ssd Linux_f3f0751edcd32706028a 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme2n1 ssd Linux_1257a99012923d8f2290 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme3n1 ssd Linux_3ebec29e834a0c17a388 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme4n1 ssd Linux_f14310ec4454361d627d 89.4G 54s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QM400BGN 372G 57s ago LVM detected, locked 2023-11-17T06:52:37.100 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme1n1 ssd Linux_06a8aae1134b90630568 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.101 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme2n1 ssd Linux_7b615fa0968dc2a59729 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.101 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme3n1 ssd Linux_b380e5073a8420db8647 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.101 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme4n1 ssd Linux_2187e99fb851b5489cb9 89.4G 57s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:37.384 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:36.185963+0000 mgr.smithi062.imakbh (mgr.14180) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:37.468 INFO:teuthology.run_tasks:Running task vip... 2023-11-17T06:52:37.479 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-17T06:52:37.479 INFO:tasks.vip:peername 172.21.15.62 2023-11-17T06:52:37.482 INFO:tasks.vip:172.21.15.62 in 172.21.0.0/20, pos 3901 2023-11-17T06:52:37.486 INFO:tasks.vip:smithi062.front.sepia.ceph.com static 10.0.15.62, vnet 10.0.0.0/16 2023-11-17T06:52:37.487 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-17T06:52:37.487 DEBUG:teuthology.orchestra.run.smithi062:> sudo ip route ls 2023-11-17T06:52:37.517 INFO:teuthology.orchestra.run.smithi062.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.62 metric 100 2023-11-17T06:52:37.518 INFO:teuthology.orchestra.run.smithi062.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.62 metric 100 2023-11-17T06:52:37.519 INFO:tasks.vip:Configuring 10.0.15.62 on smithi062.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T06:52:37.519 DEBUG:teuthology.orchestra.run.smithi062:> sudo ip addr add 10.0.15.62/16 dev enp3s0f1 2023-11-17T06:52:37.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:36.185963+0000 mgr.smithi062.imakbh (mgr.14180) 133 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:37.587 INFO:tasks.vip:peername 172.21.15.92 2023-11-17T06:52:37.590 INFO:tasks.vip:172.21.15.92 in 172.21.0.0/20, pos 3931 2023-11-17T06:52:37.593 INFO:tasks.vip:smithi092.front.sepia.ceph.com static 10.0.15.92, vnet 10.0.0.0/16 2023-11-17T06:52:37.593 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip route ls 2023-11-17T06:52:37.633 INFO:teuthology.orchestra.run.smithi092.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.92 metric 100 2023-11-17T06:52:37.633 INFO:teuthology.orchestra.run.smithi092.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.92 metric 100 2023-11-17T06:52:37.634 INFO:tasks.vip:Configuring 10.0.15.92 on smithi092.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T06:52:37.634 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr add 10.0.15.92/16 dev enp3s0f1 2023-11-17T06:52:37.708 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:52:37.718 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:52:37.719 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-17T06:52:38.380 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:37.097867+0000 mgr.smithi062.imakbh (mgr.14180) 134 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:38.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:37.097867+0000 mgr.smithi062.imakbh (mgr.14180) 134 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:39.093 INFO:teuthology.orchestra.run.smithi062.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT53440094400BGN 372G 56s ago LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme1n1 ssd Linux_f3f0751edcd32706028a 89.4G 56s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme2n1 ssd Linux_1257a99012923d8f2290 89.4G 56s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme3n1 ssd Linux_3ebec29e834a0c17a388 89.4G 56s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi062 /dev/nvme4n1 ssd Linux_f14310ec4454361d627d 89.4G 56s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400QM400BGN 372G 59s ago LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme1n1 ssd Linux_06a8aae1134b90630568 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme2n1 ssd Linux_7b615fa0968dc2a59729 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme3n1 ssd Linux_b380e5073a8420db8647 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.094 INFO:teuthology.orchestra.run.smithi062.stdout:smithi092 /dev/nvme4n1 ssd Linux_2187e99fb851b5489cb9 89.4G 59s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-17T06:52:39.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:38.186331+0000 mgr.smithi062.imakbh (mgr.14180) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:39.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:39.122396+0000 mon.smithi062 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:39.519 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-17T06:52:39.529 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:52:39.529 DEBUG:teuthology.orchestra.run.smithi062:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T06:52:39.561 INFO:teuthology.orchestra.run.smithi062.stderr:+ systemctl stop nfs-server 2023-11-17T06:52:39.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:38.186331+0000 mgr.smithi062.imakbh (mgr.14180) 135 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:39.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:39.122396+0000 mon.smithi062 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:52:39.569 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi092.front.sepia.ceph.com 2023-11-17T06:52:39.569 DEBUG:teuthology.orchestra.run.smithi092:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-17T06:52:39.596 INFO:teuthology.orchestra.run.smithi092.stderr:+ systemctl stop nfs-server 2023-11-17T06:52:39.603 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-17T06:52:39.612 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T06:52:39.613 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-17T06:52:40.543 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:39.091325+0000 mgr.smithi062.imakbh (mgr.14180) 136 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:40.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:39.091325+0000 mgr.smithi062.imakbh (mgr.14180) 136 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:41.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:40.186623+0000 mgr.smithi062.imakbh (mgr.14180) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:41.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:40.495946+0000 mon.smithi062 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:41.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:40.186623+0000 mgr.smithi062.imakbh (mgr.14180) 137 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:41.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:40.495946+0000 mon.smithi062 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:42.784 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:41.632605+0000 mgr.smithi062.imakbh (mgr.14180) 138 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:42.784 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:41.633119+0000 mon.smithi062 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-17T06:52:42.784 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:42.305282+0000 mon.smithi062 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:41.632605+0000 mgr.smithi062.imakbh (mgr.14180) 138 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:52:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:41.633119+0000 mon.smithi062 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-17T06:52:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:42.305282+0000 mon.smithi062 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:43.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:42.186912+0000 mgr.smithi062.imakbh (mgr.14180) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:43.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:42.506507+0000 mon.smithi062 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-17T06:52:43.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:42.506565+0000 mon.smithi062 (mon.0) 565 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-17T06:52:43.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:42.508084+0000 mon.smithi062 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-17T06:52:43.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:43.074810+0000 mon.smithi062 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:43.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T06:52:43.517+0000 7f82adae2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-17T06:52:43.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:42.186912+0000 mgr.smithi062.imakbh (mgr.14180) 139 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:52:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:42.506507+0000 mon.smithi062 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-17T06:52:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:42.506565+0000 mon.smithi062 (mon.0) 565 : cluster [DBG] osdmap e32: 8 total, 8 up, 8 in 2023-11-17T06:52:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:42.508084+0000 mon.smithi062 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-17T06:52:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:43.074810+0000 mon.smithi062 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:43.886 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.62/16 --port 2999' 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:43.507826+0000 mon.smithi062 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:43.508065+0000 mon.smithi062 (mon.0) 569 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:43.517412+0000 mon.smithi062 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:43.518246+0000 mon.smithi062 (mon.0) 571 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:43.518305+0000 mon.smithi062 (mon.0) 572 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:43.528300+0000 mon.smithi062 (mon.0) 573 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-17T06:52:44.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:43.528435+0000 mon.smithi062 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-17T06:52:44.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:43.528507+0000 mon.smithi062 (mon.0) 575 : cluster [DBG] fsmap foofs:0 2023-11-17T06:52:44.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:43.531468+0000 mgr.smithi062.imakbh (mgr.14180) 140 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-17T06:52:44.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:43.537820+0000 mon.smithi062 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:52:44.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:43.507826+0000 mon.smithi062 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:43.508065+0000 mon.smithi062 (mon.0) 569 : cluster [DBG] osdmap e33: 8 total, 8 up, 8 in 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:43.517412+0000 mon.smithi062 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:43.518246+0000 mon.smithi062 (mon.0) 571 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-17T06:53:17.499 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:43.518305+0000 mon.smithi062 (mon.0) 572 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:43.528300+0000 mon.smithi062 (mon.0) 573 : cluster [DBG] osdmap e34: 8 total, 8 up, 8 in 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:43.528435+0000 mon.smithi062 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:43.528507+0000 mon.smithi062 (mon.0) 575 : cluster [DBG] fsmap foofs:0 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:43.531468+0000 mgr.smithi062.imakbh (mgr.14180) 140 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-17T06:53:17.500 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:43.537820+0000 mon.smithi062 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.501 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:44.187172+0000 mgr.smithi062.imakbh (mgr.14180) 141 : cluster [DBG] pgmap v107: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:44.529563+0000 mon.smithi062 (mon.0) 577 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.082300+0000 mon.smithi062 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.502 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.517268+0000 mon.smithi062 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.517944+0000 mon.smithi062 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.521997+0000 mon.smithi062 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.526062+0000 mon.smithi062 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:45.536094+0000 mon.smithi062 (mon.0) 583 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-17T06:53:17.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.542185+0000 mon.smithi062 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.542970+0000 mon.smithi062 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.xurzwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.547945+0000 mon.smithi062 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.xurzwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.548519+0000 mon.smithi062 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:45.549072+0000 mgr.smithi062.imakbh (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi092.xurzwd on smithi092 2023-11-17T06:53:17.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.652389+0000 mon.smithi062 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-17T06:53:17.564 INFO:teuthology.orchestra.run.smithi062.stdout:NFS Cluster Created Successfully 2023-11-17T06:53:17.564 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:45.651089+0000 mgr.smithi062.imakbh (mgr.14180) 143 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.62/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:46.187492+0000 mgr.smithi062.imakbh (mgr.14180) 144 : cluster [DBG] pgmap v110: 65 pgs: 5 creating+peering, 19 active+clean, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:46.557501+0000 mon.smithi062 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:46.557578+0000 mon.smithi062 (mon.0) 590 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:46.559115+0000 mon.smithi062 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.137633+0000 mon.smithi062 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.139055+0000 mon.smithi062 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.luibcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.142490+0000 mon.smithi062 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.luibcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-17T06:53:17.565 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.143392+0000 mon.smithi062 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.567 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:44.187172+0000 mgr.smithi062.imakbh (mgr.14180) 141 : cluster [DBG] pgmap v107: 65 pgs: 64 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:44.529563+0000 mon.smithi062 (mon.0) 577 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.082300+0000 mon.smithi062 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.517268+0000 mon.smithi062 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.517944+0000 mon.smithi062 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.521997+0000 mon.smithi062 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.526062+0000 mon.smithi062 (mon.0) 582 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:45.536094+0000 mon.smithi062 (mon.0) 583 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.542185+0000 mon.smithi062 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.542970+0000 mon.smithi062 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.xurzwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.547945+0000 mon.smithi062 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi092.xurzwd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.548519+0000 mon.smithi062 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:45.549072+0000 mgr.smithi062.imakbh (mgr.14180) 142 : cephadm [INF] Deploying daemon mds.foofs.smithi092.xurzwd on smithi092 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.652389+0000 mon.smithi062 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:45.651089+0000 mgr.smithi062.imakbh (mgr.14180) 143 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.62/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:46.187492+0000 mgr.smithi062.imakbh (mgr.14180) 144 : cluster [DBG] pgmap v110: 65 pgs: 5 creating+peering, 19 active+clean, 41 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:46.557501+0000 mon.smithi062 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:46.557578+0000 mon.smithi062 (mon.0) 590 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:46.559115+0000 mon.smithi062 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.137633+0000 mon.smithi062 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.139055+0000 mon.smithi062 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.luibcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.142490+0000 mon.smithi062 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi062.luibcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.143392+0000 mon.smithi062 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:47.144104+0000 mgr.smithi062.imakbh (mgr.14180) 145 : cephadm [INF] Deploying daemon mds.foofs.smithi062.luibcx on smithi062 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.559923+0000 mon.smithi062 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-17T06:53:17.593 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.560126+0000 mon.smithi062 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.568187+0000 mon.smithi062 (mon.0) 598 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2437630627,v1:172.21.15.92:6833/2437630627] up:boot 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.568249+0000 mon.smithi062 (mon.0) 599 : cluster [INF] daemon mds.foofs.smithi092.xurzwd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.568322+0000 mon.smithi062 (mon.0) 600 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.568349+0000 mon.smithi062 (mon.0) 601 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.568364+0000 mon.smithi062 (mon.0) 602 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.570646+0000 mon.smithi062 (mon.0) 603 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.571545+0000 mon.smithi062 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.xurzwd"}]: dispatch 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.576712+0000 mon.smithi062 (mon.0) 605 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:creating} 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:47.592661+0000 mon.smithi062 (mon.0) 606 : cluster [INF] daemon mds.foofs.smithi092.xurzwd is now active in filesystem foofs as rank 0 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:47.596391+0000 mgr.smithi062.imakbh (mgr.14180) 146 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.599546+0000 mon.smithi062 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:47.600725+0000 mgr.smithi062.imakbh (mgr.14180) 147 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-17T06:53:17.594 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:47.605294+0000 mon.smithi062 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:48.187822+0000 mgr.smithi062.imakbh (mgr.14180) 148 : cluster [DBG] pgmap v113: 97 pgs: 15 creating+peering, 60 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:48.568752+0000 mon.smithi062 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:48.577572+0000 mon.smithi062 (mon.0) 610 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2437630627,v1:172.21.15.92:6833/2437630627] up:active 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:48.577610+0000 mon.smithi062 (mon.0) 611 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:48.847437+0000 mon.smithi062 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:48.848689+0000 mon.smithi062 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:49.611931+0000 mon.smithi062 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.62:6834/2785703886,v1:172.21.15.62:6835/2785703886] up:boot 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:49.612388+0000 mon.smithi062 (mon.0) 615 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 1 up:standby 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:49.612522+0000 mon.smithi062 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.luibcx"}]: dispatch 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:49.620361+0000 mon.smithi062 (mon.0) 617 : cluster [DBG] mgrmap e19: smithi062.imakbh(active, since 2m), standbys: smithi092.lqkunt 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:49.620422+0000 mon.smithi062 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 1 up:standby 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:50.256901+0000 mon.smithi062 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.595 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:50.188309+0000 mgr.smithi062.imakbh (mgr.14180) 149 : cluster [DBG] pgmap v115: 97 pgs: 10 creating+peering, 74 active+clean, 13 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.349867+0000 mon.smithi062 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.393270+0000 mon.smithi062 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.394109+0000 mon.smithi062 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.394710+0000 mon.smithi062 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.398336+0000 mon.smithi062 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.401837+0000 mon.smithi062 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.408442+0000 mon.smithi062 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.425118+0000 mon.smithi062 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.428205+0000 mon.smithi062 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.428884+0000 mon.smithi062 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.433505+0000 mon.smithi062 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.434455+0000 mon.smithi062 (mon.0) 631 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.596 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.473066+0000 mon.smithi062 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.476702+0000 mon.smithi062 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.520018+0000 mon.smithi062 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.523398+0000 mon.smithi062 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:51.527130+0000 mon.smithi062 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:51.424858+0000 mgr.smithi062.imakbh (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.tvtihj 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:51.428670+0000 mgr.smithi062.imakbh (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:51.519573+0000 mgr.smithi062.imakbh (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:51.519669+0000 mgr.smithi062.imakbh (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.tvtihj-rgw 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:51.527964+0000 mgr.smithi062.imakbh (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi062.tvtihj on smithi062 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:52.188831+0000 mgr.smithi062.imakbh (mgr.14180) 155 : cluster [DBG] pgmap v116: 97 pgs: 8 creating+peering, 89 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 13 op/s 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:53.133143+0000 mon.smithi062 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:53.138400+0000 mon.smithi062 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.597 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:52:53.145708+0000 mgr.smithi062.imakbh (mgr.14180) 156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.kvrwyk on smithi092 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:54.189363+0000 mgr.smithi062.imakbh (mgr.14180) 157 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s wr, 10 op/s 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.182953+0000 mon.smithi062 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [0, 4]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.183219+0000 mon.smithi062 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [1, 5]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.183408+0000 mon.smithi062 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.183590+0000 mon.smithi062 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2, 4, 0]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.183784+0000 mon.smithi062 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 2]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.183970+0000 mon.smithi062 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [4, 0]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.184167+0000 mon.smithi062 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 7]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.184362+0000 mon.smithi062 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 0]}]: dispatch 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.356325+0000 mon.smithi062 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:56.190053+0000 mgr.smithi062.imakbh (mgr.14180) 158 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 3.5 KiB/s wr, 10 op/s 2023-11-17T06:53:17.598 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.635546+0000 mon.smithi062 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [0, 4]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.635640+0000 mon.smithi062 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [1, 5]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.635738+0000 mon.smithi062 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.635814+0000 mon.smithi062 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2, 4, 0]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.635900+0000 mon.smithi062 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 2]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.636005+0000 mon.smithi062 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [4, 0]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.636102+0000 mon.smithi062 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 7]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:52:56.636207+0000 mon.smithi062 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 0]}]': finished 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:56.636293+0000 mon.smithi062 (mon.0) 656 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:57.638562+0000 mon.smithi062 (mon.0) 657 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:52:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:52:58.190606+0000 mgr.smithi062.imakbh (mgr.14180) 159 : cluster [DBG] pgmap v121: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:00.191313+0000 mgr.smithi062.imakbh (mgr.14180) 160 : cluster [DBG] pgmap v122: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:02.192080+0000 mgr.smithi062.imakbh (mgr.14180) 161 : cluster [DBG] pgmap v123: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.599 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:04.192575+0000 mgr.smithi062.imakbh (mgr.14180) 162 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:06.193163+0000 mgr.smithi062.imakbh (mgr.14180) 163 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:08.193775+0000 mgr.smithi062.imakbh (mgr.14180) 164 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:10.194296+0000 mgr.smithi062.imakbh (mgr.14180) 165 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:11.371935+0000 mon.smithi062 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:12.195028+0000 mgr.smithi062.imakbh (mgr.14180) 166 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.600 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:14.195489+0000 mgr.smithi062.imakbh (mgr.14180) 167 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:17.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:47.144104+0000 mgr.smithi062.imakbh (mgr.14180) 145 : cephadm [INF] Deploying daemon mds.foofs.smithi062.luibcx on smithi062 2023-11-17T06:53:17.625 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.559923+0000 mon.smithi062 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.560126+0000 mon.smithi062 (mon.0) 597 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.568187+0000 mon.smithi062 (mon.0) 598 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2437630627,v1:172.21.15.92:6833/2437630627] up:boot 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.568249+0000 mon.smithi062 (mon.0) 599 : cluster [INF] daemon mds.foofs.smithi092.xurzwd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.568322+0000 mon.smithi062 (mon.0) 600 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.568349+0000 mon.smithi062 (mon.0) 601 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.568364+0000 mon.smithi062 (mon.0) 602 : cluster [INF] Cluster is now healthy 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.570646+0000 mon.smithi062 (mon.0) 603 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.571545+0000 mon.smithi062 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi092.xurzwd"}]: dispatch 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.576712+0000 mon.smithi062 (mon.0) 605 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:creating} 2023-11-17T06:53:17.626 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:47.592661+0000 mon.smithi062 (mon.0) 606 : cluster [INF] daemon mds.foofs.smithi092.xurzwd is now active in filesystem foofs as rank 0 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:47.596391+0000 mgr.smithi062.imakbh (mgr.14180) 146 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.599546+0000 mon.smithi062 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:47.600725+0000 mgr.smithi062.imakbh (mgr.14180) 147 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:47.605294+0000 mon.smithi062 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:48.187822+0000 mgr.smithi062.imakbh (mgr.14180) 148 : cluster [DBG] pgmap v113: 97 pgs: 15 creating+peering, 60 active+clean, 22 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:48.568752+0000 mon.smithi062 (mon.0) 609 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:48.577572+0000 mon.smithi062 (mon.0) 610 : cluster [DBG] mds.? [v2:172.21.15.92:6832/2437630627,v1:172.21.15.92:6833/2437630627] up:active 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:48.577610+0000 mon.smithi062 (mon.0) 611 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:48.847437+0000 mon.smithi062 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:48.848689+0000 mon.smithi062 (mon.0) 613 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:53:17.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:49.611931+0000 mon.smithi062 (mon.0) 614 : cluster [DBG] mds.? [v2:172.21.15.62:6834/2785703886,v1:172.21.15.62:6835/2785703886] up:boot 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:49.612388+0000 mon.smithi062 (mon.0) 615 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 1 up:standby 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:49.612522+0000 mon.smithi062 (mon.0) 616 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi062.luibcx"}]: dispatch 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:49.620361+0000 mon.smithi062 (mon.0) 617 : cluster [DBG] mgrmap e19: smithi062.imakbh(active, since 2m), standbys: smithi092.lqkunt 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:49.620422+0000 mon.smithi062 (mon.0) 618 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi092.xurzwd=up:active} 1 up:standby 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:50.256901+0000 mon.smithi062 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:50.188309+0000 mgr.smithi062.imakbh (mgr.14180) 149 : cluster [DBG] pgmap v115: 97 pgs: 10 creating+peering, 74 active+clean, 13 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.349867+0000 mon.smithi062 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.393270+0000 mon.smithi062 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.628 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.394109+0000 mon.smithi062 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.394710+0000 mon.smithi062 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.398336+0000 mon.smithi062 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.401837+0000 mon.smithi062 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.408442+0000 mon.smithi062 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.425118+0000 mon.smithi062 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.428205+0000 mon.smithi062 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.428884+0000 mon.smithi062 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.433505+0000 mon.smithi062 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.434455+0000 mon.smithi062 (mon.0) 631 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.473066+0000 mon.smithi062 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.476702+0000 mon.smithi062 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.520018+0000 mon.smithi062 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.523398+0000 mon.smithi062 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi062.tvtihj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:51.527130+0000 mon.smithi062 (mon.0) 636 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:51.424858+0000 mgr.smithi062.imakbh (mgr.14180) 150 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.tvtihj 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:51.428670+0000 mgr.smithi062.imakbh (mgr.14180) 151 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:51.519573+0000 mgr.smithi062.imakbh (mgr.14180) 152 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:51.519669+0000 mgr.smithi062.imakbh (mgr.14180) 153 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi062.tvtihj-rgw 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:51.527964+0000 mgr.smithi062.imakbh (mgr.14180) 154 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi062.tvtihj on smithi062 2023-11-17T06:53:17.630 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:52.188831+0000 mgr.smithi062.imakbh (mgr.14180) 155 : cluster [DBG] pgmap v116: 97 pgs: 8 creating+peering, 89 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 13 op/s 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:53.133143+0000 mon.smithi062 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:53.138400+0000 mon.smithi062 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:52:53.145708+0000 mgr.smithi062.imakbh (mgr.14180) 156 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.kvrwyk on smithi092 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:54.189363+0000 mgr.smithi062.imakbh (mgr.14180) 157 : cluster [DBG] pgmap v117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s wr, 10 op/s 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.182953+0000 mon.smithi062 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [0, 4]}]: dispatch 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.183219+0000 mon.smithi062 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [1, 5]}]: dispatch 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.183408+0000 mon.smithi062 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]: dispatch 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.183590+0000 mon.smithi062 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2, 4, 0]}]: dispatch 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.183784+0000 mon.smithi062 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 2]}]: dispatch 2023-11-17T06:53:17.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.183970+0000 mon.smithi062 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [4, 0]}]: dispatch 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.184167+0000 mon.smithi062 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 7]}]: dispatch 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.184362+0000 mon.smithi062 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 0]}]: dispatch 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.356325+0000 mon.smithi062 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:56.190053+0000 mgr.smithi062.imakbh (mgr.14180) 158 : cluster [DBG] pgmap v118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 3.5 KiB/s wr, 10 op/s 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.635546+0000 mon.smithi062 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.a", "id": [0, 4]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.635640+0000 mon.smithi062 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "3.19", "id": [1, 5]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.635738+0000 mon.smithi062 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1", "id": [4, 0]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.635814+0000 mon.smithi062 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2, 4, 0]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.635900+0000 mon.smithi062 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [4, 2]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.636005+0000 mon.smithi062 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.11", "id": [4, 0]}]': finished 2023-11-17T06:53:17.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.636102+0000 mon.smithi062 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 7]}]': finished 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:52:56.636207+0000 mon.smithi062 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 0]}]': finished 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:56.636293+0000 mon.smithi062 (mon.0) 656 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:57.638562+0000 mon.smithi062 (mon.0) 657 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:52:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:52:58.190606+0000 mgr.smithi062.imakbh (mgr.14180) 159 : cluster [DBG] pgmap v121: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:00.191313+0000 mgr.smithi062.imakbh (mgr.14180) 160 : cluster [DBG] pgmap v122: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:02.192080+0000 mgr.smithi062.imakbh (mgr.14180) 161 : cluster [DBG] pgmap v123: 97 pgs: 2 peering, 95 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:04.192575+0000 mgr.smithi062.imakbh (mgr.14180) 162 : cluster [DBG] pgmap v124: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 0 B/s rd, 0 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:06.193163+0000 mgr.smithi062.imakbh (mgr.14180) 163 : cluster [DBG] pgmap v125: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:08.193775+0000 mgr.smithi062.imakbh (mgr.14180) 164 : cluster [DBG] pgmap v126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:10.194296+0000 mgr.smithi062.imakbh (mgr.14180) 165 : cluster [DBG] pgmap v127: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:11.371935+0000 mon.smithi062 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:12.195028+0000 mgr.smithi062.imakbh (mgr.14180) 166 : cluster [DBG] pgmap v128: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s; 1 B/s, 0 keys/s, 0 objects/s recovering 2023-11-17T06:53:17.634 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:14.195489+0000 mgr.smithi062.imakbh (mgr.14180) 167 : cluster [DBG] pgmap v129: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:17.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:16.196092+0000 mgr.smithi062.imakbh (mgr.14180) 168 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:16.196092+0000 mgr.smithi062.imakbh (mgr.14180) 168 : cluster [DBG] pgmap v130: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:19.119 INFO:teuthology.orchestra.run.smithi062.stdout:{ 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout: "bind": "/fake", 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout: "fs": "foofs", 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout: "path": "/", 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout: "cluster": "foo", 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout: "mode": "RW" 2023-11-17T06:53:19.120 INFO:teuthology.orchestra.run.smithi062.stdout:} 2023-11-17T06:53:19.479 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T06:53:19.489 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-17T06:53:19.489 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:19.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:18.196584+0000 mgr.smithi062.imakbh (mgr.14180) 169 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:19.111767+0000 mon.smithi062 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 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 2023-11-17T06:53:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:19.114807+0000 mon.smithi062 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 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 2023-11-17T06:53:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:18.196584+0000 mgr.smithi062.imakbh (mgr.14180) 169 : cluster [DBG] pgmap v131: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:19.111767+0000 mon.smithi062 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 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 2023-11-17T06:53:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:19.114807+0000 mon.smithi062 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 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 2023-11-17T06:53:20.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:19.080784+0000 mgr.smithi062.imakbh (mgr.14180) 170 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:19.080784+0000 mgr.smithi062.imakbh (mgr.14180) 170 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-17T06:53:20.885 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:20.885 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:21.254 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:21.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:20.196972+0000 mgr.smithi062.imakbh (mgr.14180) 171 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:21.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:20.196972+0000 mgr.smithi062.imakbh (mgr.14180) 171 : cluster [DBG] pgmap v132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:22.255 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:22.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:20.881028+0000 mgr.smithi062.imakbh (mgr.14180) 172 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:22.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:21.771708+0000 mon.smithi062 (mon.0) 661 : cluster [DBG] mgrmap e20: smithi062.imakbh(active, since 3m), standbys: smithi092.lqkunt 2023-11-17T06:53:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:20.881028+0000 mgr.smithi062.imakbh (mgr.14180) 172 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:21.771708+0000 mon.smithi062 (mon.0) 661 : cluster [DBG] mgrmap e20: smithi062.imakbh(active, since 3m), standbys: smithi092.lqkunt 2023-11-17T06:53:23.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:22.197434+0000 mgr.smithi062.imakbh (mgr.14180) 173 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 1 op/s 2023-11-17T06:53:23.688 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:23.688 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:23.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:22.197434+0000 mgr.smithi062.imakbh (mgr.14180) 173 : cluster [DBG] pgmap v133: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 1 op/s 2023-11-17T06:53:24.062 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:25.063 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:23.683958+0000 mgr.smithi062.imakbh (mgr.14180) 174 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:24.197997+0000 mgr.smithi062.imakbh (mgr.14180) 175 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:23.683958+0000 mgr.smithi062.imakbh (mgr.14180) 174 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:24.197997+0000 mgr.smithi062.imakbh (mgr.14180) 175 : cluster [DBG] pgmap v134: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:26.518 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:26.518 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:26.886 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:27.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:26.198399+0000 mgr.smithi062.imakbh (mgr.14180) 176 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:27.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:26.514157+0000 mgr.smithi062.imakbh (mgr.14180) 177 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:26.198399+0000 mgr.smithi062.imakbh (mgr.14180) 176 : cluster [DBG] pgmap v135: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:26.514157+0000 mgr.smithi062.imakbh (mgr.14180) 177 : audit [DBG] from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:27.887 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:29.357 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:29.357 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:29.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:28.198872+0000 mgr.smithi062.imakbh (mgr.14180) 178 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:29.737 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:29.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:28.198872+0000 mgr.smithi062.imakbh (mgr.14180) 178 : cluster [DBG] pgmap v136: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:30.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:29.352948+0000 mgr.smithi062.imakbh (mgr.14180) 179 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:30.737 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:29.352948+0000 mgr.smithi062.imakbh (mgr.14180) 179 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:31.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:30.199300+0000 mgr.smithi062.imakbh (mgr.14180) 180 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:31.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:30.199300+0000 mgr.smithi062.imakbh (mgr.14180) 180 : cluster [DBG] pgmap v137: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2023-11-17T06:53:32.107 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:32.107 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:32.494 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:33.495 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:32.103288+0000 mgr.smithi062.imakbh (mgr.14180) 181 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:32.199716+0000 mgr.smithi062.imakbh (mgr.14180) 182 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 1 op/s 2023-11-17T06:53:33.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:32.103288+0000 mgr.smithi062.imakbh (mgr.14180) 181 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:33.853 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:32.199716+0000 mgr.smithi062.imakbh (mgr.14180) 182 : cluster [DBG] pgmap v138: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 597 B/s wr, 1 op/s 2023-11-17T06:53:34.932 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:34.932 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:35.303 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:35.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:34.200129+0000 mgr.smithi062.imakbh (mgr.14180) 183 : 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 2023-11-17T06:53:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:34.200129+0000 mgr.smithi062.imakbh (mgr.14180) 183 : 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 2023-11-17T06:53:36.303 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:36.655 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:34.927987+0000 mgr.smithi062.imakbh (mgr.14180) 184 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:36.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:34.927987+0000 mgr.smithi062.imakbh (mgr.14180) 184 : audit [DBG] from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:37.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:36.200852+0000 mgr.smithi062.imakbh (mgr.14180) 185 : 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 2023-11-17T06:53:37.722 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:37.722 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:37.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:36.200852+0000 mgr.smithi062.imakbh (mgr.14180) 185 : 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 2023-11-17T06:53:38.160 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:39.161 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:39.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:37.718518+0000 mgr.smithi062.imakbh (mgr.14180) 186 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:39.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:38.201468+0000 mgr.smithi062.imakbh (mgr.14180) 187 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:37.718518+0000 mgr.smithi062.imakbh (mgr.14180) 186 : audit [DBG] from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:38.201468+0000 mgr.smithi062.imakbh (mgr.14180) 187 : cluster [DBG] pgmap v141: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:40.510 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:40.510 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:40.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:40.202028+0000 mgr.smithi062.imakbh (mgr.14180) 188 : 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 2023-11-17T06:53:40.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:40.506139+0000 mgr.smithi062.imakbh (mgr.14180) 189 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:40.868 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:40.202028+0000 mgr.smithi062.imakbh (mgr.14180) 188 : 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 2023-11-17T06:53:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:40.506139+0000 mgr.smithi062.imakbh (mgr.14180) 189 : audit [DBG] from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:41.869 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:43.207 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:43.208 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:42.202513+0000 mgr.smithi062.imakbh (mgr.14180) 190 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:43.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:42.202513+0000 mgr.smithi062.imakbh (mgr.14180) 190 : cluster [DBG] pgmap v143: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:43.576 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:44.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:43.203446+0000 mgr.smithi062.imakbh (mgr.14180) 191 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:44.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:43.203446+0000 mgr.smithi062.imakbh (mgr.14180) 191 : audit [DBG] from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:44.577 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:44.203011+0000 mgr.smithi062.imakbh (mgr.14180) 192 : 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 2023-11-17T06:53:45.605 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:44.203011+0000 mgr.smithi062.imakbh (mgr.14180) 192 : 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 2023-11-17T06:53:45.999 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:46.000 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:46.393 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:47.395 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:45.995432+0000 mgr.smithi062.imakbh (mgr.14180) 193 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:46.203437+0000 mgr.smithi062.imakbh (mgr.14180) 194 : 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 2023-11-17T06:53:47.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:45.995432+0000 mgr.smithi062.imakbh (mgr.14180) 193 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:47.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:46.203437+0000 mgr.smithi062.imakbh (mgr.14180) 194 : 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 2023-11-17T06:53:48.808 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:48.808 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:49.176 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:49.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:48.203872+0000 mgr.smithi062.imakbh (mgr.14180) 195 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:49.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:48.203872+0000 mgr.smithi062.imakbh (mgr.14180) 195 : cluster [DBG] pgmap v146: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:50.177 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:50.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:48.803996+0000 mgr.smithi062.imakbh (mgr.14180) 196 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:50.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:48.803996+0000 mgr.smithi062.imakbh (mgr.14180) 196 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:51.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:50.204300+0000 mgr.smithi062.imakbh (mgr.14180) 197 : 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 2023-11-17T06:53:51.608 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:51.608 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:51.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:50.204300+0000 mgr.smithi062.imakbh (mgr.14180) 197 : 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 2023-11-17T06:53:51.975 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:52.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:51.604217+0000 mgr.smithi062.imakbh (mgr.14180) 198 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:51.604217+0000 mgr.smithi062.imakbh (mgr.14180) 198 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:52.976 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:53.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:52.204768+0000 mgr.smithi062.imakbh (mgr.14180) 199 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:53.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:52.204768+0000 mgr.smithi062.imakbh (mgr.14180) 199 : cluster [DBG] pgmap v148: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:53:54.361 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:54.361 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:54.800 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:54.205212+0000 mgr.smithi062.imakbh (mgr.14180) 200 : 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 2023-11-17T06:53:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:54.356766+0000 mgr.smithi062.imakbh (mgr.14180) 201 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:55.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:54.205212+0000 mgr.smithi062.imakbh (mgr.14180) 200 : 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 2023-11-17T06:53:55.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:54.356766+0000 mgr.smithi062.imakbh (mgr.14180) 201 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:55.801 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:57.175 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:57.176 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:53:57.473 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:56.205632+0000 mgr.smithi062.imakbh (mgr.14180) 202 : 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 2023-11-17T06:53:57.541 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:53:57.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:56.205632+0000 mgr.smithi062.imakbh (mgr.14180) 202 : 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 2023-11-17T06:53:58.542 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:53:58.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:57.171421+0000 mgr.smithi062.imakbh (mgr.14180) 203 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:58.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:57.171421+0000 mgr.smithi062.imakbh (mgr.14180) 203 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:53:59.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:53:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:53:58.206330+0000 mgr.smithi062.imakbh (mgr.14180) 204 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:59.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:53:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:53:58.206330+0000 mgr.smithi062.imakbh (mgr.14180) 204 : cluster [DBG] pgmap v151: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:53:59.955 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:53:59.955 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:00.340 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:01.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:53:59.950996+0000 mgr.smithi062.imakbh (mgr.14180) 205 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:01.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:00.206663+0000 mgr.smithi062.imakbh (mgr.14180) 206 : 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 2023-11-17T06:54:01.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:53:59.950996+0000 mgr.smithi062.imakbh (mgr.14180) 205 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:00.206663+0000 mgr.smithi062.imakbh (mgr.14180) 206 : 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 2023-11-17T06:54:01.341 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:02.668 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:02.668 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:03.040 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:03.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:02.207130+0000 mgr.smithi062.imakbh (mgr.14180) 207 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:03.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:02.207130+0000 mgr.smithi062.imakbh (mgr.14180) 207 : cluster [DBG] pgmap v153: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:54:04.042 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:04.391 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:02.664018+0000 mgr.smithi062.imakbh (mgr.14180) 208 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:04.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:02.664018+0000 mgr.smithi062.imakbh (mgr.14180) 208 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:05.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:04.207509+0000 mgr.smithi062.imakbh (mgr.14180) 209 : 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 2023-11-17T06:54:05.428 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:05.428 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:05.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:04.207509+0000 mgr.smithi062.imakbh (mgr.14180) 209 : 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 2023-11-17T06:54:05.807 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:05.423826+0000 mgr.smithi062.imakbh (mgr.14180) 210 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:06.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:05.423826+0000 mgr.smithi062.imakbh (mgr.14180) 210 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:06.808 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:07.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:06.208107+0000 mgr.smithi062.imakbh (mgr.14180) 211 : 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 2023-11-17T06:54:07.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:06.208107+0000 mgr.smithi062.imakbh (mgr.14180) 211 : 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 2023-11-17T06:54:08.205 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:08.205 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:08.676 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:09.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:08.201245+0000 mgr.smithi062.imakbh (mgr.14180) 212 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:09.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:08.208525+0000 mgr.smithi062.imakbh (mgr.14180) 213 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:09.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:08.201245+0000 mgr.smithi062.imakbh (mgr.14180) 212 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:09.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:08.208525+0000 mgr.smithi062.imakbh (mgr.14180) 213 : cluster [DBG] pgmap v156: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:09.678 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:11.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:10.209159+0000 mgr.smithi062.imakbh (mgr.14180) 214 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:11.106 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:11.106 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:11.132 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:10.209159+0000 mgr.smithi062.imakbh (mgr.14180) 214 : cluster [DBG] pgmap v157: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:11.506 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:11.100190+0000 mgr.smithi062.imakbh (mgr.14180) 215 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:12.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:11.100190+0000 mgr.smithi062.imakbh (mgr.14180) 215 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:12.508 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:12.873 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:12.209697+0000 mgr.smithi062.imakbh (mgr.14180) 216 : cluster [DBG] pgmap v158: 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 2023-11-17T06:54:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:12.209697+0000 mgr.smithi062.imakbh (mgr.14180) 216 : cluster [DBG] pgmap v158: 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 2023-11-17T06:54:13.937 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:13.937 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:14.305 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:15.307 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:15.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:13.932948+0000 mgr.smithi062.imakbh (mgr.14180) 217 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:15.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:14.210156+0000 mgr.smithi062.imakbh (mgr.14180) 218 : cluster [DBG] pgmap v159: 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 2023-11-17T06:54:15.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:13.932948+0000 mgr.smithi062.imakbh (mgr.14180) 217 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:15.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:14.210156+0000 mgr.smithi062.imakbh (mgr.14180) 218 : cluster [DBG] pgmap v159: 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 2023-11-17T06:54:16.839 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:16.839 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:17.205 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:17.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:16.210592+0000 mgr.smithi062.imakbh (mgr.14180) 219 : cluster [DBG] pgmap v160: 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 2023-11-17T06:54:17.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:16.210592+0000 mgr.smithi062.imakbh (mgr.14180) 219 : cluster [DBG] pgmap v160: 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 2023-11-17T06:54:18.206 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:18.548 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:16.834678+0000 mgr.smithi062.imakbh (mgr.14180) 220 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:18.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:16.834678+0000 mgr.smithi062.imakbh (mgr.14180) 220 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:18.211135+0000 mgr.smithi062.imakbh (mgr.14180) 221 : cluster [DBG] pgmap v161: 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 2023-11-17T06:54:19.585 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:19.586 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:19.607 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:18.211135+0000 mgr.smithi062.imakbh (mgr.14180) 221 : cluster [DBG] pgmap v161: 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 2023-11-17T06:54:19.954 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:20.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:19.581626+0000 mgr.smithi062.imakbh (mgr.14180) 222 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:20.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:19.581626+0000 mgr.smithi062.imakbh (mgr.14180) 222 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:20.955 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:21.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:20.211528+0000 mgr.smithi062.imakbh (mgr.14180) 223 : cluster [DBG] pgmap v162: 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 2023-11-17T06:54:21.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:20.211528+0000 mgr.smithi062.imakbh (mgr.14180) 223 : cluster [DBG] pgmap v162: 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 2023-11-17T06:54:22.394 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:22.394 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:22.764 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:22.211929+0000 mgr.smithi062.imakbh (mgr.14180) 224 : cluster [DBG] pgmap v163: 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 2023-11-17T06:54:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:22.390135+0000 mgr.smithi062.imakbh (mgr.14180) 225 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:23.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:22.211929+0000 mgr.smithi062.imakbh (mgr.14180) 224 : cluster [DBG] pgmap v163: 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 2023-11-17T06:54:23.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:22.390135+0000 mgr.smithi062.imakbh (mgr.14180) 225 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:23.764 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:25.115 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:25.115 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:25.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:24.212301+0000 mgr.smithi062.imakbh (mgr.14180) 226 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:25.487 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:24.212301+0000 mgr.smithi062.imakbh (mgr.14180) 226 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:26.488 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:25.111200+0000 mgr.smithi062.imakbh (mgr.14180) 227 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:26.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:25.111200+0000 mgr.smithi062.imakbh (mgr.14180) 227 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:27.566 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:26.212761+0000 mgr.smithi062.imakbh (mgr.14180) 228 : cluster [DBG] pgmap v165: 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 2023-11-17T06:54:27.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:26.212761+0000 mgr.smithi062.imakbh (mgr.14180) 228 : cluster [DBG] pgmap v165: 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 2023-11-17T06:54:27.951 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:27.951 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:28.336 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:29.338 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:29.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:27.947154+0000 mgr.smithi062.imakbh (mgr.14180) 229 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:29.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:28.213236+0000 mgr.smithi062.imakbh (mgr.14180) 230 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:29.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:27.947154+0000 mgr.smithi062.imakbh (mgr.14180) 229 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:29.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:28.213236+0000 mgr.smithi062.imakbh (mgr.14180) 230 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:30.702 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:30.702 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:31.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:30.213613+0000 mgr.smithi062.imakbh (mgr.14180) 231 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:31.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:30.213613+0000 mgr.smithi062.imakbh (mgr.14180) 231 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:31.070 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:32.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:30.697731+0000 mgr.smithi062.imakbh (mgr.14180) 232 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:32.071 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:32.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:30.697731+0000 mgr.smithi062.imakbh (mgr.14180) 232 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:33.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:32.214069+0000 mgr.smithi062.imakbh (mgr.14180) 233 : cluster [DBG] pgmap v168: 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 2023-11-17T06:54:33.140 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:32.214069+0000 mgr.smithi062.imakbh (mgr.14180) 233 : cluster [DBG] pgmap v168: 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 2023-11-17T06:54:33.514 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:33.515 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:33.887 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:34.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:33.510519+0000 mgr.smithi062.imakbh (mgr.14180) 234 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:34.115 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:33.510519+0000 mgr.smithi062.imakbh (mgr.14180) 234 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:34.888 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:35.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:34.214576+0000 mgr.smithi062.imakbh (mgr.14180) 235 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:35.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:34.214576+0000 mgr.smithi062.imakbh (mgr.14180) 235 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:36.301 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:36.301 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:36.678 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:37.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:36.215018+0000 mgr.smithi062.imakbh (mgr.14180) 236 : cluster [DBG] pgmap v170: 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 2023-11-17T06:54:37.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:36.297410+0000 mgr.smithi062.imakbh (mgr.14180) 237 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:37.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:36.215018+0000 mgr.smithi062.imakbh (mgr.14180) 236 : cluster [DBG] pgmap v170: 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 2023-11-17T06:54:37.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:36.297410+0000 mgr.smithi062.imakbh (mgr.14180) 237 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:37.679 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:39.054 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:39.054 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:39.392 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:38.215483+0000 mgr.smithi062.imakbh (mgr.14180) 238 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:39.443 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:39.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:38.215483+0000 mgr.smithi062.imakbh (mgr.14180) 238 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:40.444 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:40.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:39.049613+0000 mgr.smithi062.imakbh (mgr.14180) 239 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:40.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:39.049613+0000 mgr.smithi062.imakbh (mgr.14180) 239 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:41.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:40.215913+0000 mgr.smithi062.imakbh (mgr.14180) 240 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:41.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:40.215913+0000 mgr.smithi062.imakbh (mgr.14180) 240 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:41.847 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:41.848 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:42.219 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:43.220 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:43.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:41.843327+0000 mgr.smithi062.imakbh (mgr.14180) 241 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:43.562 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:42.216329+0000 mgr.smithi062.imakbh (mgr.14180) 242 : cluster [DBG] pgmap v173: 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 2023-11-17T06:54:43.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:41.843327+0000 mgr.smithi062.imakbh (mgr.14180) 241 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:42.216329+0000 mgr.smithi062.imakbh (mgr.14180) 242 : cluster [DBG] pgmap v173: 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 2023-11-17T06:54:44.666 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:44.667 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:45.034 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:44.216723+0000 mgr.smithi062.imakbh (mgr.14180) 243 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:44.662204+0000 mgr.smithi062.imakbh (mgr.14180) 244 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:45.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:44.216723+0000 mgr.smithi062.imakbh (mgr.14180) 243 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:45.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:44.662204+0000 mgr.smithi062.imakbh (mgr.14180) 244 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:46.036 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:47.400 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:47.401 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:47.563 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:46.217141+0000 mgr.smithi062.imakbh (mgr.14180) 245 : cluster [DBG] pgmap v175: 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 2023-11-17T06:54:47.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:46.217141+0000 mgr.smithi062.imakbh (mgr.14180) 245 : cluster [DBG] pgmap v175: 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 2023-11-17T06:54:47.792 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:48.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:47.396429+0000 mgr.smithi062.imakbh (mgr.14180) 246 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:48.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:47.396429+0000 mgr.smithi062.imakbh (mgr.14180) 246 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:48.794 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:49.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:48.217854+0000 mgr.smithi062.imakbh (mgr.14180) 247 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:49.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:48.217854+0000 mgr.smithi062.imakbh (mgr.14180) 247 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:50.168 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:50.168 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:50.567 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:51.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:50.164196+0000 mgr.smithi062.imakbh (mgr.14180) 248 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:51.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:50.218293+0000 mgr.smithi062.imakbh (mgr.14180) 249 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:51.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:50.302618+0000 mon.smithi062 (mon.0) 662 : cluster [DBG] mgrmap e21: smithi062.imakbh(active, since 4m), standbys: smithi092.lqkunt 2023-11-17T06:54:51.568 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:51.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:50.164196+0000 mgr.smithi062.imakbh (mgr.14180) 248 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:51.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:50.218293+0000 mgr.smithi062.imakbh (mgr.14180) 249 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:54:51.600 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:50.302618+0000 mon.smithi062 (mon.0) 662 : cluster [DBG] mgrmap e21: smithi062.imakbh(active, since 4m), standbys: smithi092.lqkunt 2023-11-17T06:54:52.836 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:52.836 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:53.208 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:53.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:52.218743+0000 mgr.smithi062.imakbh (mgr.14180) 250 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:53.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:52.218743+0000 mgr.smithi062.imakbh (mgr.14180) 250 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:54.209 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:54.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:52.832480+0000 mgr.smithi062.imakbh (mgr.14180) 251 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:54.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:52.832480+0000 mgr.smithi062.imakbh (mgr.14180) 251 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:54.219198+0000 mgr.smithi062.imakbh (mgr.14180) 252 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:54:55.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:54.219198+0000 mgr.smithi062.imakbh (mgr.14180) 252 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:54:55.668 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:55.668 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:55.991 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:55.664253+0000 mgr.smithi062.imakbh (mgr.14180) 253 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:56.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:55.664253+0000 mgr.smithi062.imakbh (mgr.14180) 253 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:56.992 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:57.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:56.219663+0000 mgr.smithi062.imakbh (mgr.14180) 254 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:54:57.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:56.219663+0000 mgr.smithi062.imakbh (mgr.14180) 254 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:54:58.386 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:54:58.387 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:54:58.775 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:54:59.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:54:58.220111+0000 mgr.smithi062.imakbh (mgr.14180) 255 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:54:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:54:58.382166+0000 mgr.smithi062.imakbh (mgr.14180) 256 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:54:59.776 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:54:59.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:54:58.220111+0000 mgr.smithi062.imakbh (mgr.14180) 255 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:54:59.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:54:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:54:58.382166+0000 mgr.smithi062.imakbh (mgr.14180) 256 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:00.220457+0000 mgr.smithi062.imakbh (mgr.14180) 257 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:55:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:00.220457+0000 mgr.smithi062.imakbh (mgr.14180) 257 : 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, 170 B/s wr, 0 op/s 2023-11-17T06:55:01.222 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:01.222 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:01.616 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:02.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:01.218874+0000 mgr.smithi062.imakbh (mgr.14180) 258 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:02.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:01.218874+0000 mgr.smithi062.imakbh (mgr.14180) 258 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:02.617 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:02.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:02.220909+0000 mgr.smithi062.imakbh (mgr.14180) 259 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:55:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:02.220909+0000 mgr.smithi062.imakbh (mgr.14180) 259 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-17T06:55:03.997 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:03.997 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:04.374 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:05.374 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:05.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:03.992875+0000 mgr.smithi062.imakbh (mgr.14180) 260 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:05.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:04.221252+0000 mgr.smithi062.imakbh (mgr.14180) 261 : 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 2023-11-17T06:55:05.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:03.992875+0000 mgr.smithi062.imakbh (mgr.14180) 260 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:05.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:04.221252+0000 mgr.smithi062.imakbh (mgr.14180) 261 : 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 2023-11-17T06:55:06.760 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:06.760 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:07.132 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:07.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:06.221672+0000 mgr.smithi062.imakbh (mgr.14180) 262 : 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 2023-11-17T06:55:07.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:06.221672+0000 mgr.smithi062.imakbh (mgr.14180) 262 : 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 2023-11-17T06:55:08.133 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:08.483 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:06.756506+0000 mgr.smithi062.imakbh (mgr.14180) 263 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:08.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:06.756506+0000 mgr.smithi062.imakbh (mgr.14180) 263 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:09.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:08.222220+0000 mgr.smithi062.imakbh (mgr.14180) 264 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:09.598 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:09.598 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:09.623 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:08.222220+0000 mgr.smithi062.imakbh (mgr.14180) 264 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:09.982 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:10.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:09.594405+0000 mgr.smithi062.imakbh (mgr.14180) 265 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:10.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:09.594405+0000 mgr.smithi062.imakbh (mgr.14180) 265 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:10.983 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:11.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:10.222708+0000 mgr.smithi062.imakbh (mgr.14180) 266 : 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 2023-11-17T06:55:11.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:10.222708+0000 mgr.smithi062.imakbh (mgr.14180) 266 : 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 2023-11-17T06:55:12.309 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:12.310 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:12.689 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:13.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:12.223158+0000 mgr.smithi062.imakbh (mgr.14180) 267 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:13.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:12.305448+0000 mgr.smithi062.imakbh (mgr.14180) 268 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:13.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:12.223158+0000 mgr.smithi062.imakbh (mgr.14180) 267 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:13.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:12.305448+0000 mgr.smithi062.imakbh (mgr.14180) 268 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:13.691 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:15.056 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:15.056 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:15.373 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:14.223630+0000 mgr.smithi062.imakbh (mgr.14180) 269 : 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 2023-11-17T06:55:15.375 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:15.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:14.223630+0000 mgr.smithi062.imakbh (mgr.14180) 269 : 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 2023-11-17T06:55:16.375 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:16.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:15.051942+0000 mgr.smithi062.imakbh (mgr.14180) 270 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:16.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:15.051942+0000 mgr.smithi062.imakbh (mgr.14180) 270 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:17.368 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:16.224297+0000 mgr.smithi062.imakbh (mgr.14180) 271 : 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 2023-11-17T06:55:17.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:16.224297+0000 mgr.smithi062.imakbh (mgr.14180) 271 : 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 2023-11-17T06:55:17.754 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:17.754 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:18.171 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:19.172 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:19.507 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:17.750068+0000 mgr.smithi062.imakbh (mgr.14180) 272 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:19.508 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:18.224827+0000 mgr.smithi062.imakbh (mgr.14180) 273 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:17.750068+0000 mgr.smithi062.imakbh (mgr.14180) 272 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:18.224827+0000 mgr.smithi062.imakbh (mgr.14180) 273 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:20.539 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:20.539 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z 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.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:20.812 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:20.225284+0000 mgr.smithi062.imakbh (mgr.14180) 274 : 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 2023-11-17T06:55:20.812 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:20.535506+0000 mgr.smithi062.imakbh (mgr.14180) 275 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:20.913 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:21.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:20.225284+0000 mgr.smithi062.imakbh (mgr.14180) 274 : 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 2023-11-17T06:55:21.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:20.535506+0000 mgr.smithi062.imakbh (mgr.14180) 275 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:21.914 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:22.472 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:22.169053+0000 mon.smithi062 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.kvrwyk"}]: dispatch 2023-11-17T06:55:22.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:22.169053+0000 mon.smithi062 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.kvrwyk"}]: dispatch 2023-11-17T06:55:23.353 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:23.353 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:23.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:55:22.168553+0000 mgr.smithi062.imakbh (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.509 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T06:55:23.510 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:55:22.168721+0000 mgr.smithi062.imakbh (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:55:22.169623+0000 mgr.smithi062.imakbh (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.512 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:55:23.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:55:22.170990+0000 mgr.smithi062.imakbh (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.pyaxid on smithi062 2023-11-17T06:55:23.513 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:22.225712+0000 mgr.smithi062.imakbh (mgr.14180) 280 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:23.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:55:22.168553+0000 mgr.smithi062.imakbh (mgr.14180) 276 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:55:23.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:55:22.168721+0000 mgr.smithi062.imakbh (mgr.14180) 277 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:55:22.169623+0000 mgr.smithi062.imakbh (mgr.14180) 278 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.kvrwyk ... 2023-11-17T06:55:23.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:53:29Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:07Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:54:44Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:55:22.170990+0000 mgr.smithi062.imakbh (mgr.14180) 279 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.pyaxid on smithi062 2023-11-17T06:55:23.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:22.225712+0000 mgr.smithi062.imakbh (mgr.14180) 280 : cluster [DBG] pgmap v193: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:23.704 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:24.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:23.348550+0000 mgr.smithi062.imakbh (mgr.14180) 281 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:24.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:23.348550+0000 mgr.smithi062.imakbh (mgr.14180) 281 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:24.706 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:25.400 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:24.226227+0000 mgr.smithi062.imakbh (mgr.14180) 282 : 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 2023-11-17T06:55:25.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:24.226227+0000 mgr.smithi062.imakbh (mgr.14180) 282 : 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 2023-11-17T06:55:26.105 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:26.105 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:26.513 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:27.514 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:27.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:26.100868+0000 mgr.smithi062.imakbh (mgr.14180) 283 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:27.545 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:26.226832+0000 mgr.smithi062.imakbh (mgr.14180) 284 : 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 2023-11-17T06:55:27.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:26.100868+0000 mgr.smithi062.imakbh (mgr.14180) 283 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:26.226832+0000 mgr.smithi062.imakbh (mgr.14180) 284 : 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 2023-11-17T06:55:28.894 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:28.894 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:29.254 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:29.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:28.227352+0000 mgr.smithi062.imakbh (mgr.14180) 285 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:29.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:28.227352+0000 mgr.smithi062.imakbh (mgr.14180) 285 : cluster [DBG] pgmap v196: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:30.255 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:30.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:28.889886+0000 mgr.smithi062.imakbh (mgr.14180) 286 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:30.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:28.889886+0000 mgr.smithi062.imakbh (mgr.14180) 286 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:31.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:30.227853+0000 mgr.smithi062.imakbh (mgr.14180) 287 : 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 2023-11-17T06:55:31.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:30.227853+0000 mgr.smithi062.imakbh (mgr.14180) 287 : 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 2023-11-17T06:55:31.660 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:31.660 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:32.054 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:32.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:31.656107+0000 mgr.smithi062.imakbh (mgr.14180) 288 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:32.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:31.656107+0000 mgr.smithi062.imakbh (mgr.14180) 288 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:33.055 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:33.396 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:32.228301+0000 mgr.smithi062.imakbh (mgr.14180) 289 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:33.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:32.228301+0000 mgr.smithi062.imakbh (mgr.14180) 289 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:34.400 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:34.400 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:34.795 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:34.228669+0000 mgr.smithi062.imakbh (mgr.14180) 290 : 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 2023-11-17T06:55:35.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:34.395497+0000 mgr.smithi062.imakbh (mgr.14180) 291 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:35.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:34.228669+0000 mgr.smithi062.imakbh (mgr.14180) 290 : 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 2023-11-17T06:55:35.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:34.395497+0000 mgr.smithi062.imakbh (mgr.14180) 291 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:35.796 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:37.155 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:37.156 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:37.451 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:36.229104+0000 mgr.smithi062.imakbh (mgr.14180) 292 : 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 2023-11-17T06:55:37.528 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:37.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:36.229104+0000 mgr.smithi062.imakbh (mgr.14180) 292 : 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 2023-11-17T06:55:38.529 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:38.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:37.151365+0000 mgr.smithi062.imakbh (mgr.14180) 293 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:38.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:37.151365+0000 mgr.smithi062.imakbh (mgr.14180) 293 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:39.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:38.229813+0000 mgr.smithi062.imakbh (mgr.14180) 294 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:39.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:38.229813+0000 mgr.smithi062.imakbh (mgr.14180) 294 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:55:39.916 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:39.916 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:40.246 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:39.911967+0000 mgr.smithi062.imakbh (mgr.14180) 295 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:40.230235+0000 mgr.smithi062.imakbh (mgr.14180) 296 : 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 2023-11-17T06:55:41.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:39.911967+0000 mgr.smithi062.imakbh (mgr.14180) 295 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:41.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:40.230235+0000 mgr.smithi062.imakbh (mgr.14180) 296 : 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 2023-11-17T06:55:41.246 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:42.627 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:42.627 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:43.010 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:42.230679+0000 mgr.smithi062.imakbh (mgr.14180) 297 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:42.622971+0000 mgr.smithi062.imakbh (mgr.14180) 298 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:43.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:42.230679+0000 mgr.smithi062.imakbh (mgr.14180) 297 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:55:43.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:42.622971+0000 mgr.smithi062.imakbh (mgr.14180) 298 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:44.012 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:45.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:44.231067+0000 mgr.smithi062.imakbh (mgr.14180) 299 : 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 2023-11-17T06:55:45.432 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:55:45.433 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:55:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:44.231067+0000 mgr.smithi062.imakbh (mgr.14180) 299 : 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 2023-11-17T06:55:45.818 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:55:46.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:45.428731+0000 mgr.smithi062.imakbh (mgr.14180) 300 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:46.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:45.428731+0000 mgr.smithi062.imakbh (mgr.14180) 300 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:55:46.820 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:55:47.505 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:46.231531+0000 mgr.smithi062.imakbh (mgr.14180) 301 : 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 2023-11-17T06:55:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:46.231531+0000 mgr.smithi062.imakbh (mgr.14180) 301 : 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 2023-11-17T06:55:48.190 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:42.073 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:42.086 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:55:48.185834+0000 mgr.smithi062.imakbh (mgr.14180) 302 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:48.232235+0000 mgr.smithi062.imakbh (mgr.14180) 303 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:50.232843+0000 mgr.smithi062.imakbh (mgr.14180) 304 : 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 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:52.233629+0000 mgr.smithi062.imakbh (mgr.14180) 305 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:54.234099+0000 mgr.smithi062.imakbh (mgr.14180) 306 : 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 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:56.234752+0000 mgr.smithi062.imakbh (mgr.14180) 307 : 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 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:55:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:55:58.235398+0000 mgr.smithi062.imakbh (mgr.14180) 308 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.092 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:00.235919+0000 mgr.smithi062.imakbh (mgr.14180) 309 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:02.236537+0000 mgr.smithi062.imakbh (mgr.14180) 310 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:04.237115+0000 mgr.smithi062.imakbh (mgr.14180) 311 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:06.237812+0000 mgr.smithi062.imakbh (mgr.14180) 312 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:08.238399+0000 mgr.smithi062.imakbh (mgr.14180) 313 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:10.238910+0000 mgr.smithi062.imakbh (mgr.14180) 314 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:12.239487+0000 mgr.smithi062.imakbh (mgr.14180) 315 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:14.240049+0000 mgr.smithi062.imakbh (mgr.14180) 316 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:16.240527+0000 mgr.smithi062.imakbh (mgr.14180) 317 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:18.241273+0000 mgr.smithi062.imakbh (mgr.14180) 318 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:20.241807+0000 mgr.smithi062.imakbh (mgr.14180) 319 : 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 2023-11-17T06:56:42.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:22.242411+0000 mgr.smithi062.imakbh (mgr.14180) 320 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.094 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:24.243049+0000 mgr.smithi062.imakbh (mgr.14180) 321 : 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 2023-11-17T06:56:42.094 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:26.243786+0000 mgr.smithi062.imakbh (mgr.14180) 322 : 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 2023-11-17T06:56:42.094 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:28.244436+0000 mgr.smithi062.imakbh (mgr.14180) 323 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.094 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:30.245064+0000 mgr.smithi062.imakbh (mgr.14180) 324 : 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 2023-11-17T06:56:42.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:32.245665+0000 mgr.smithi062.imakbh (mgr.14180) 325 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:34.246225+0000 mgr.smithi062.imakbh (mgr.14180) 326 : 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 2023-11-17T06:56:42.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:36.246762+0000 mgr.smithi062.imakbh (mgr.14180) 327 : 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 2023-11-17T06:56:42.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:38.247515+0000 mgr.smithi062.imakbh (mgr.14180) 328 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.102 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:40.248090+0000 mgr.smithi062.imakbh (mgr.14180) 329 : 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 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:55:48.185834+0000 mgr.smithi062.imakbh (mgr.14180) 302 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:48.232235+0000 mgr.smithi062.imakbh (mgr.14180) 303 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:50.232843+0000 mgr.smithi062.imakbh (mgr.14180) 304 : 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 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:52.233629+0000 mgr.smithi062.imakbh (mgr.14180) 305 : cluster [DBG] pgmap v208: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:54.234099+0000 mgr.smithi062.imakbh (mgr.14180) 306 : 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 2023-11-17T06:56:42.103 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:56.234752+0000 mgr.smithi062.imakbh (mgr.14180) 307 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:55:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:55:58.235398+0000 mgr.smithi062.imakbh (mgr.14180) 308 : cluster [DBG] pgmap v211: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:00.235919+0000 mgr.smithi062.imakbh (mgr.14180) 309 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:02.236537+0000 mgr.smithi062.imakbh (mgr.14180) 310 : cluster [DBG] pgmap v213: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:04.237115+0000 mgr.smithi062.imakbh (mgr.14180) 311 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:06.237812+0000 mgr.smithi062.imakbh (mgr.14180) 312 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:08.238399+0000 mgr.smithi062.imakbh (mgr.14180) 313 : cluster [DBG] pgmap v216: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:10.238910+0000 mgr.smithi062.imakbh (mgr.14180) 314 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:12.239487+0000 mgr.smithi062.imakbh (mgr.14180) 315 : cluster [DBG] pgmap v218: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:14.240049+0000 mgr.smithi062.imakbh (mgr.14180) 316 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:16.240527+0000 mgr.smithi062.imakbh (mgr.14180) 317 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:18.241273+0000 mgr.smithi062.imakbh (mgr.14180) 318 : cluster [DBG] pgmap v221: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:20.241807+0000 mgr.smithi062.imakbh (mgr.14180) 319 : 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 2023-11-17T06:56:42.104 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:22.242411+0000 mgr.smithi062.imakbh (mgr.14180) 320 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:24.243049+0000 mgr.smithi062.imakbh (mgr.14180) 321 : 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 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:26.243786+0000 mgr.smithi062.imakbh (mgr.14180) 322 : 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 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:28.244436+0000 mgr.smithi062.imakbh (mgr.14180) 323 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:30.245064+0000 mgr.smithi062.imakbh (mgr.14180) 324 : 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 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:32.245665+0000 mgr.smithi062.imakbh (mgr.14180) 325 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:34.246225+0000 mgr.smithi062.imakbh (mgr.14180) 326 : 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 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:36.246762+0000 mgr.smithi062.imakbh (mgr.14180) 327 : 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 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:38.247515+0000 mgr.smithi062.imakbh (mgr.14180) 328 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:42.105 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:40.248090+0000 mgr.smithi062.imakbh (mgr.14180) 329 : 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 2023-11-17T06:56:43.087 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:43.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:42.248592+0000 mgr.smithi062.imakbh (mgr.14180) 330 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:43.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:42.248592+0000 mgr.smithi062.imakbh (mgr.14180) 330 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:44.622 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:44.622 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:44.977 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:44.249017+0000 mgr.smithi062.imakbh (mgr.14180) 331 : 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 2023-11-17T06:56:45.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:44.617295+0000 mgr.smithi062.imakbh (mgr.14180) 332 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:45.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:44.249017+0000 mgr.smithi062.imakbh (mgr.14180) 331 : 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 2023-11-17T06:56:45.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:44.617295+0000 mgr.smithi062.imakbh (mgr.14180) 332 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:45.978 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:47.441 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:47.441 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:46.249832+0000 mgr.smithi062.imakbh (mgr.14180) 333 : 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 2023-11-17T06:56:47.588 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:46.249832+0000 mgr.smithi062.imakbh (mgr.14180) 333 : 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 2023-11-17T06:56:47.811 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:48.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:47.436378+0000 mgr.smithi062.imakbh (mgr.14180) 334 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:48.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:47.436378+0000 mgr.smithi062.imakbh (mgr.14180) 334 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:48.813 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:49.497 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:48.250338+0000 mgr.smithi062.imakbh (mgr.14180) 335 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:49.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:48.250338+0000 mgr.smithi062.imakbh (mgr.14180) 335 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:50.175 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:50.176 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:50.552 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:51.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:50.171680+0000 mgr.smithi062.imakbh (mgr.14180) 336 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:51.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:50.250916+0000 mgr.smithi062.imakbh (mgr.14180) 337 : 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 2023-11-17T06:56:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:50.171680+0000 mgr.smithi062.imakbh (mgr.14180) 336 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:50.250916+0000 mgr.smithi062.imakbh (mgr.14180) 337 : 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 2023-11-17T06:56:51.553 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:52.959 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:52.959 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:53.334 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:53.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:52.251394+0000 mgr.smithi062.imakbh (mgr.14180) 338 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:53.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:52.251394+0000 mgr.smithi062.imakbh (mgr.14180) 338 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:56:54.335 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:54.369 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:52.955071+0000 mgr.smithi062.imakbh (mgr.14180) 339 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:54.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:52.955071+0000 mgr.smithi062.imakbh (mgr.14180) 339 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:54.251913+0000 mgr.smithi062.imakbh (mgr.14180) 340 : 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 2023-11-17T06:56:55.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:54.251913+0000 mgr.smithi062.imakbh (mgr.14180) 340 : 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 2023-11-17T06:56:55.691 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:55.691 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:56.075 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:56.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:55.687517+0000 mgr.smithi062.imakbh (mgr.14180) 341 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:56.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:55.687517+0000 mgr.smithi062.imakbh (mgr.14180) 341 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:57.076 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:57.402 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:56.252569+0000 mgr.smithi062.imakbh (mgr.14180) 342 : 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 2023-11-17T06:56:57.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:56.252569+0000 mgr.smithi062.imakbh (mgr.14180) 342 : 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 2023-11-17T06:56:58.423 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:56:58.424 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:56:58.803 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:56:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:56:58.252992+0000 mgr.smithi062.imakbh (mgr.14180) 343 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:59.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:56:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:56:58.419332+0000 mgr.smithi062.imakbh (mgr.14180) 344 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:56:59.804 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:56:59.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:56:58.252992+0000 mgr.smithi062.imakbh (mgr.14180) 343 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:56:59.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:56:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:56:58.419332+0000 mgr.smithi062.imakbh (mgr.14180) 344 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:00.253374+0000 mgr.smithi062.imakbh (mgr.14180) 345 : 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 2023-11-17T06:57:01.238 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:01.238 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:00.253374+0000 mgr.smithi062.imakbh (mgr.14180) 345 : 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 2023-11-17T06:57:01.609 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:01.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:01.233902+0000 mgr.smithi062.imakbh (mgr.14180) 346 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:02.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:01.233902+0000 mgr.smithi062.imakbh (mgr.14180) 346 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:02.610 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:02.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:02.253854+0000 mgr.smithi062.imakbh (mgr.14180) 347 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:03.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:02.253854+0000 mgr.smithi062.imakbh (mgr.14180) 347 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:04.071 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:04.071 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:04.458 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:05.458 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:05.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:04.066868+0000 mgr.smithi062.imakbh (mgr.14180) 348 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:05.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:04.254292+0000 mgr.smithi062.imakbh (mgr.14180) 349 : 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 2023-11-17T06:57:05.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:04.066868+0000 mgr.smithi062.imakbh (mgr.14180) 348 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:05.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:04.254292+0000 mgr.smithi062.imakbh (mgr.14180) 349 : 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 2023-11-17T06:57:06.871 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:06.872 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:07.232 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:07.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:06.254774+0000 mgr.smithi062.imakbh (mgr.14180) 350 : 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 2023-11-17T06:57:07.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:06.254774+0000 mgr.smithi062.imakbh (mgr.14180) 350 : 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 2023-11-17T06:57:08.233 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:08.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:06.867248+0000 mgr.smithi062.imakbh (mgr.14180) 351 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:08.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:06.867248+0000 mgr.smithi062.imakbh (mgr.14180) 351 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:09.642 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:09.642 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:09.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:08.255285+0000 mgr.smithi062.imakbh (mgr.14180) 352 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:08.255285+0000 mgr.smithi062.imakbh (mgr.14180) 352 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:10.007 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:10.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:09.638032+0000 mgr.smithi062.imakbh (mgr.14180) 353 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:09.638032+0000 mgr.smithi062.imakbh (mgr.14180) 353 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:11.008 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:14.712 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:10.255835+0000 mgr.smithi062.imakbh (mgr.14180) 354 : 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 2023-11-17T06:57:14.713 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:12.256323+0000 mgr.smithi062.imakbh (mgr.14180) 355 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:14.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:10.255835+0000 mgr.smithi062.imakbh (mgr.14180) 354 : 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 2023-11-17T06:57:14.713 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:12.256323+0000 mgr.smithi062.imakbh (mgr.14180) 355 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:15.580 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:14.256885+0000 mgr.smithi062.imakbh (mgr.14180) 356 : 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 2023-11-17T06:57:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:14.256885+0000 mgr.smithi062.imakbh (mgr.14180) 356 : 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 2023-11-17T06:57:16.142 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:16.142 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:16.514 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:17.515 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:17.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:16.138081+0000 mgr.smithi062.imakbh (mgr.14180) 357 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:17.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:16.257331+0000 mgr.smithi062.imakbh (mgr.14180) 358 : 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 2023-11-17T06:57:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:16.138081+0000 mgr.smithi062.imakbh (mgr.14180) 357 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:16.257331+0000 mgr.smithi062.imakbh (mgr.14180) 358 : 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 2023-11-17T06:57:18.927 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:18.927 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:19.323 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:19.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:18.258009+0000 mgr.smithi062.imakbh (mgr.14180) 359 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:18.258009+0000 mgr.smithi062.imakbh (mgr.14180) 359 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:20.323 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:20.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:18.922677+0000 mgr.smithi062.imakbh (mgr.14180) 360 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:20.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:18.922677+0000 mgr.smithi062.imakbh (mgr.14180) 360 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:21.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:20.258475+0000 mgr.smithi062.imakbh (mgr.14180) 361 : 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 2023-11-17T06:57:21.730 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:21.730 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:21.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:20.258475+0000 mgr.smithi062.imakbh (mgr.14180) 361 : 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 2023-11-17T06:57:22.106 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:23.107 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:23.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:21.725769+0000 mgr.smithi062.imakbh (mgr.14180) 362 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:23.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:22.258907+0000 mgr.smithi062.imakbh (mgr.14180) 363 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:21.725769+0000 mgr.smithi062.imakbh (mgr.14180) 362 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:22.258907+0000 mgr.smithi062.imakbh (mgr.14180) 363 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:24.590 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:24.590 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:24.972 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:24.259290+0000 mgr.smithi062.imakbh (mgr.14180) 364 : 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 2023-11-17T06:57:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:24.585862+0000 mgr.smithi062.imakbh (mgr.14180) 365 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:24.259290+0000 mgr.smithi062.imakbh (mgr.14180) 364 : 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 2023-11-17T06:57:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:24.585862+0000 mgr.smithi062.imakbh (mgr.14180) 365 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:25.974 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:27.419 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:27.419 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:27.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:26.259916+0000 mgr.smithi062.imakbh (mgr.14180) 366 : 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 2023-11-17T06:57:27.796 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:27.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:26.259916+0000 mgr.smithi062.imakbh (mgr.14180) 366 : 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 2023-11-17T06:57:28.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:27.414555+0000 mgr.smithi062.imakbh (mgr.14180) 367 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:28.798 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:27.414555+0000 mgr.smithi062.imakbh (mgr.14180) 367 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:29.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:28.260401+0000 mgr.smithi062.imakbh (mgr.14180) 368 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:29.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:28.260401+0000 mgr.smithi062.imakbh (mgr.14180) 368 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:30.150 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:30.150 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:30.522 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:31.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:30.146320+0000 mgr.smithi062.imakbh (mgr.14180) 369 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:31.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:30.261013+0000 mgr.smithi062.imakbh (mgr.14180) 370 : 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 2023-11-17T06:57:31.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:30.146320+0000 mgr.smithi062.imakbh (mgr.14180) 369 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:31.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:30.261013+0000 mgr.smithi062.imakbh (mgr.14180) 370 : 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 2023-11-17T06:57:31.523 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:32.876 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:32.876 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:33.271 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:33.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:32.261463+0000 mgr.smithi062.imakbh (mgr.14180) 371 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:33.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:32.261463+0000 mgr.smithi062.imakbh (mgr.14180) 371 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:34.273 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:34.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:32.871396+0000 mgr.smithi062.imakbh (mgr.14180) 372 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:32.871396+0000 mgr.smithi062.imakbh (mgr.14180) 372 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:35.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:34.262168+0000 mgr.smithi062.imakbh (mgr.14180) 373 : 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 2023-11-17T06:57:35.724 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:35.725 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:34.262168+0000 mgr.smithi062.imakbh (mgr.14180) 373 : 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 2023-11-17T06:57:36.096 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:37.097 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:37.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:35.720712+0000 mgr.smithi062.imakbh (mgr.14180) 374 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:37.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:36.262674+0000 mgr.smithi062.imakbh (mgr.14180) 375 : 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 2023-11-17T06:57:37.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:35.720712+0000 mgr.smithi062.imakbh (mgr.14180) 374 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:37.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:36.262674+0000 mgr.smithi062.imakbh (mgr.14180) 375 : 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 2023-11-17T06:57:38.482 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:38.483 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:38.836 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:39.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:38.263133+0000 mgr.smithi062.imakbh (mgr.14180) 376 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:39.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:38.478514+0000 mgr.smithi062.imakbh (mgr.14180) 377 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:38.263133+0000 mgr.smithi062.imakbh (mgr.14180) 376 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:38.478514+0000 mgr.smithi062.imakbh (mgr.14180) 377 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:39.837 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:41.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:40.263484+0000 mgr.smithi062.imakbh (mgr.14180) 378 : 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 2023-11-17T06:57:41.184 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:41.184 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:40.263484+0000 mgr.smithi062.imakbh (mgr.14180) 378 : 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 2023-11-17T06:57:41.582 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:42.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:41.180198+0000 mgr.smithi062.imakbh (mgr.14180) 379 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:42.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:41.180198+0000 mgr.smithi062.imakbh (mgr.14180) 379 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:42.583 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:42.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:42.264081+0000 mgr.smithi062.imakbh (mgr.14180) 380 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:43.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:42.264081+0000 mgr.smithi062.imakbh (mgr.14180) 380 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:57:44.267 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:44.267 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:44.636 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:45.637 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:45.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:44.262455+0000 mgr.smithi062.imakbh (mgr.14180) 381 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:45.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:44.264412+0000 mgr.smithi062.imakbh (mgr.14180) 382 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:44.262455+0000 mgr.smithi062.imakbh (mgr.14180) 381 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:44.264412+0000 mgr.smithi062.imakbh (mgr.14180) 382 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:46.999 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:46.999 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:47.369 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:47.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:46.264837+0000 mgr.smithi062.imakbh (mgr.14180) 383 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:46.264837+0000 mgr.smithi062.imakbh (mgr.14180) 383 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:48.370 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:48.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:46.995134+0000 mgr.smithi062.imakbh (mgr.14180) 384 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:48.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:46.995134+0000 mgr.smithi062.imakbh (mgr.14180) 384 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:49.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:48.265572+0000 mgr.smithi062.imakbh (mgr.14180) 385 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:49.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:48.265572+0000 mgr.smithi062.imakbh (mgr.14180) 385 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:49.948 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:49.948 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:50.251395Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:50.252009Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:50.251536Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:50.251611Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:50.251679Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:50.251746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:50.320 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:51.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:49.944297+0000 mgr.smithi062.imakbh (mgr.14180) 386 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:51.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:50.265924+0000 mgr.smithi062.imakbh (mgr.14180) 387 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:49.944297+0000 mgr.smithi062.imakbh (mgr.14180) 386 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:50.265924+0000 mgr.smithi062.imakbh (mgr.14180) 387 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:57:51.321 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:51.441391+0000 mgr.smithi062.imakbh (mgr.14180) 388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.065 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.066 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:51.441665+0000 mgr.smithi062.imakbh (mgr.14180) 389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.067 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:51.442013+0000 mon.smithi062 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.pyaxid"}]: dispatch 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:51.442683+0000 mgr.smithi062.imakbh (mgr.14180) 390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T06:57:52.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:51.451236+0000 mon.smithi062 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:51.451676+0000 mgr.smithi062.imakbh (mgr.14180) 391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:51.453760+0000 mgr.smithi062.imakbh (mgr.14180) 392 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:51.454760+0000 mgr.smithi062.imakbh (mgr.14180) 393 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:51.455540+0000 mon.smithi062 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:57:52.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:51.616752+0000 mon.smithi062 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:52.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:51.441391+0000 mgr.smithi062.imakbh (mgr.14180) 388 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.320 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:51.441665+0000 mgr.smithi062.imakbh (mgr.14180) 389 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:51.442013+0000 mon.smithi062 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.pyaxid"}]: dispatch 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:51.442683+0000 mgr.smithi062.imakbh (mgr.14180) 390 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.pyaxid ... 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.321 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:55: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" 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:56: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" 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:57:14Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:51.451236+0000 mon.smithi062 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:51.451676+0000 mgr.smithi062.imakbh (mgr.14180) 391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:51.453760+0000 mgr.smithi062.imakbh (mgr.14180) 392 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:51.454760+0000 mgr.smithi062.imakbh (mgr.14180) 393 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:51.455540+0000 mon.smithi062 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T06:57:52.322 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:51.616752+0000 mon.smithi062 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:52.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:52.449493+0000 mon.smithi062 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:57:52.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:52.806716+0000 mon.smithi062 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:53.058 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:53.058 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:52:51.387213Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:52:51.387281Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:52:51.387346Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:52:51.387784Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:52:51.387139Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:52:51.386993Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:52:51.387408Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:52:51.387534Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:52:51.387471Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:53.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:52.449493+0000 mon.smithi062 (mon.0) 668 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T06:57:53.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:52.806716+0000 mon.smithi062 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:53.549 INFO:tasks.cephadm:nfs.foo has 0/1 2023-11-17T06:57:54.115 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:53.054305+0000 mgr.smithi062.imakbh (mgr.14180) 394 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:54.115 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:53.455432+0000 mgr.smithi062.imakbh (mgr.14180) 395 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T06:57:54.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:53.054305+0000 mgr.smithi062.imakbh (mgr.14180) 394 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:54.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:53.455432+0000 mgr.smithi062.imakbh (mgr.14180) 395 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T06:57:54.550 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:56.006 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:55.456040+0000 mgr.smithi062.imakbh (mgr.14180) 396 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T06:57:56.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:55.456040+0000 mgr.smithi062.imakbh (mgr.14180) 396 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T06:57:56.490 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:56.490 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:56.819 INFO:tasks.cephadm:nfs.foo has 1/1 2023-11-17T06:57:56.819 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-17T06:57:56.830 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-17T06:57:56.830 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:57:57.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:55.936236+0000 mon.smithi062 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.317354+0000 mon.smithi062 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.367159+0000 mon.smithi062 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.367823+0000 mon.smithi062 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.372156+0000 mon.smithi062 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:56.372695+0000 mgr.smithi062.imakbh (mgr.14180) 397 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.376221+0000 mon.smithi062 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.383264+0000 mon.smithi062 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T06:57:56.385140+0000 mgr.smithi062.imakbh (mgr.14180) 398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.bdmlpa on smithi092 2023-11-17T06:57:57.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:56.485594+0000 mgr.smithi062.imakbh (mgr.14180) 399 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:55.936236+0000 mon.smithi062 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.317354+0000 mon.smithi062 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.367159+0000 mon.smithi062 (mon.0) 672 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.367823+0000 mon.smithi062 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.372156+0000 mon.smithi062 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:56.372695+0000 mgr.smithi062.imakbh (mgr.14180) 397 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.376221+0000 mon.smithi062 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.383264+0000 mon.smithi062 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:57:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T06:57:56.385140+0000 mgr.smithi062.imakbh (mgr.14180) 398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.bdmlpa on smithi092 2023-11-17T06:57:57.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:56.485594+0000 mgr.smithi062.imakbh (mgr.14180) 399 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:58.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:57.370509+0000 mon.smithi062 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:57:58.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:57.370537+0000 mon.smithi062 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-11-17T06:57:58.192 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:57:58.192 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:57:58.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:57.370509+0000 mon.smithi062 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T06:57:58.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:57.370537+0000 mon.smithi062 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-11-17T06:57:58.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:57:59.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:57:58.188317+0000 mgr.smithi062.imakbh (mgr.14180) 400 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:59.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:57:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:57:58.373135+0000 mgr.smithi062.imakbh (mgr.14180) 401 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T06:57:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:57:58.188317+0000 mgr.smithi062.imakbh (mgr.14180) 400 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:57:59.480 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:57:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:57:58.373135+0000 mgr.smithi062.imakbh (mgr.14180) 401 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T06:57:59.654 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:00.373734+0000 mgr.smithi062.imakbh (mgr.14180) 402 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-17T06:58:01.160 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:01.160 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:00.373734+0000 mgr.smithi062.imakbh (mgr.14180) 402 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-17T06:58:01.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:02.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:01.156307+0000 mgr.smithi062.imakbh (mgr.14180) 403 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:02.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:01.156307+0000 mgr.smithi062.imakbh (mgr.14180) 403 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:02.652 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:02.993 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:02.374247+0000 mgr.smithi062.imakbh (mgr.14180) 404 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:03.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:02.374247+0000 mgr.smithi062.imakbh (mgr.14180) 404 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:03.992 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:03.992 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:04.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:05.419 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:05.759 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:03.988337+0000 mgr.smithi062.imakbh (mgr.14180) 405 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:05.759 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:04.374857+0000 mgr.smithi062.imakbh (mgr.14180) 406 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:03.988337+0000 mgr.smithi062.imakbh (mgr.14180) 405 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:04.374857+0000 mgr.smithi062.imakbh (mgr.14180) 406 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:06.785 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:06.785 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:07.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:06.375314+0000 mgr.smithi062.imakbh (mgr.14180) 407 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:07.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:06.375314+0000 mgr.smithi062.imakbh (mgr.14180) 407 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-11-17T06:58:08.167 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:08.527 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:06.780550+0000 mgr.smithi062.imakbh (mgr.14180) 408 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:06.780550+0000 mgr.smithi062.imakbh (mgr.14180) 408 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:09.618 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:09.618 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:09.639 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:08.375836+0000 mgr.smithi062.imakbh (mgr.14180) 409 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:08.375836+0000 mgr.smithi062.imakbh (mgr.14180) 409 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:09.982 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:09.613789+0000 mgr.smithi062.imakbh (mgr.14180) 410 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:10.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:09.613789+0000 mgr.smithi062.imakbh (mgr.14180) 410 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:10.983 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:11.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:10.376235+0000 mgr.smithi062.imakbh (mgr.14180) 411 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:11.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:11.318170+0000 mon.smithi062 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:58:11.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:10.376235+0000 mgr.smithi062.imakbh (mgr.14180) 411 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:11.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:11.318170+0000 mon.smithi062 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T06:58:12.398 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:12.399 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:12.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:13.774 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:13.813 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:12.376658+0000 mgr.smithi062.imakbh (mgr.14180) 412 : 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 2023-11-17T06:58:13.813 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:12.393688+0000 mgr.smithi062.imakbh (mgr.14180) 413 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:12.376658+0000 mgr.smithi062.imakbh (mgr.14180) 412 : 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 2023-11-17T06:58:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:12.393688+0000 mgr.smithi062.imakbh (mgr.14180) 413 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:15.181 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:15.182 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:15.463 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:14.377279+0000 mgr.smithi062.imakbh (mgr.14180) 414 : 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 2023-11-17T06:58:15.557 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:14.377279+0000 mgr.smithi062.imakbh (mgr.14180) 414 : 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 2023-11-17T06:58:16.558 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:16.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:15.177198+0000 mgr.smithi062.imakbh (mgr.14180) 415 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:16.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:15.177198+0000 mgr.smithi062.imakbh (mgr.14180) 415 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:17.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:16.377839+0000 mgr.smithi062.imakbh (mgr.14180) 416 : 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 2023-11-17T06:58:17.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:16.377839+0000 mgr.smithi062.imakbh (mgr.14180) 416 : 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 2023-11-17T06:58:18.045 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:18.045 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:18.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:19.424 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:19.758 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:18.040900+0000 mgr.smithi062.imakbh (mgr.14180) 417 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:19.758 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:18.378323+0000 mgr.smithi062.imakbh (mgr.14180) 418 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:18.040900+0000 mgr.smithi062.imakbh (mgr.14180) 417 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:18.378323+0000 mgr.smithi062.imakbh (mgr.14180) 418 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:20.848 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:20.848 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:21.138 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:20.378743+0000 mgr.smithi062.imakbh (mgr.14180) 419 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:21.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:20.378743+0000 mgr.smithi062.imakbh (mgr.14180) 419 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:22.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:20.843240+0000 mgr.smithi062.imakbh (mgr.14180) 420 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:22.232 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:22.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:20.843240+0000 mgr.smithi062.imakbh (mgr.14180) 420 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:23.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:22.379190+0000 mgr.smithi062.imakbh (mgr.14180) 421 : 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 2023-11-17T06:58:23.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:22.379190+0000 mgr.smithi062.imakbh (mgr.14180) 421 : 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 2023-11-17T06:58:23.665 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:23.665 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:23.971 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:23.660765+0000 mgr.smithi062.imakbh (mgr.14180) 422 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:24.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:24.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:23.660765+0000 mgr.smithi062.imakbh (mgr.14180) 422 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:25.040 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:25.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:24.379742+0000 mgr.smithi062.imakbh (mgr.14180) 423 : 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 2023-11-17T06:58:25.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:24.379742+0000 mgr.smithi062.imakbh (mgr.14180) 423 : 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 2023-11-17T06:58:26.445 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:26.446 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:26.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:27.800 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:26.380134+0000 mgr.smithi062.imakbh (mgr.14180) 424 : 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 2023-11-17T06:58:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:26.441194+0000 mgr.smithi062.imakbh (mgr.14180) 425 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:27.833 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:26.380134+0000 mgr.smithi062.imakbh (mgr.14180) 424 : 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 2023-11-17T06:58:27.833 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:26.441194+0000 mgr.smithi062.imakbh (mgr.14180) 425 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:29.182 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:29.182 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:29.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:28.380583+0000 mgr.smithi062.imakbh (mgr.14180) 426 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:29.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:29.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:28.380583+0000 mgr.smithi062.imakbh (mgr.14180) 426 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:30.590 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:29.178144+0000 mgr.smithi062.imakbh (mgr.14180) 427 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:30.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:29.178144+0000 mgr.smithi062.imakbh (mgr.14180) 427 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:31.650 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:30.381204+0000 mgr.smithi062.imakbh (mgr.14180) 428 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:31.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:30.381204+0000 mgr.smithi062.imakbh (mgr.14180) 428 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:32.010 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:32.010 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:32.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:33.372 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:32.006066+0000 mgr.smithi062.imakbh (mgr.14180) 429 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:33.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:32.381656+0000 mgr.smithi062.imakbh (mgr.14180) 430 : 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 2023-11-17T06:58:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:32.006066+0000 mgr.smithi062.imakbh (mgr.14180) 429 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:32.381656+0000 mgr.smithi062.imakbh (mgr.14180) 430 : 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 2023-11-17T06:58:34.795 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:34.796 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:35.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:34.382031+0000 mgr.smithi062.imakbh (mgr.14180) 431 : 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 2023-11-17T06:58:35.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:34.382031+0000 mgr.smithi062.imakbh (mgr.14180) 431 : 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 2023-11-17T06:58:36.171 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:36.515 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:34.791307+0000 mgr.smithi062.imakbh (mgr.14180) 432 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:36.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:34.791307+0000 mgr.smithi062.imakbh (mgr.14180) 432 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:37.556 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:37.557 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:37.733 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:36.382482+0000 mgr.smithi062.imakbh (mgr.14180) 433 : 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 2023-11-17T06:58:37.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:36.382482+0000 mgr.smithi062.imakbh (mgr.14180) 433 : 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 2023-11-17T06:58:37.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:38.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:37.552387+0000 mgr.smithi062.imakbh (mgr.14180) 434 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:38.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:37.552387+0000 mgr.smithi062.imakbh (mgr.14180) 434 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:38.922 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:39.632 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:38.383148+0000 mgr.smithi062.imakbh (mgr.14180) 435 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:38.383148+0000 mgr.smithi062.imakbh (mgr.14180) 435 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:58:40.302 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:40.302 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:40.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:40.297910+0000 mgr.smithi062.imakbh (mgr.14180) 436 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:40.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:40.383586+0000 mgr.smithi062.imakbh (mgr.14180) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:40.297910+0000 mgr.smithi062.imakbh (mgr.14180) 436 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:58:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:40.383586+0000 mgr.smithi062.imakbh (mgr.14180) 437 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:58:41.655 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:58:43.028 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:58:43.028 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:58:43.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:58:43.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:42.384069+0000 mgr.smithi062.imakbh (mgr.14180) 438 : 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 2023-11-17T06:58:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:42.384069+0000 mgr.smithi062.imakbh (mgr.14180) 438 : 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 2023-11-17T06:58:44.404 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:04.816 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:58:43.023703+0000 mgr.smithi062.imakbh (mgr.14180) 439 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:44.384478+0000 mgr.smithi062.imakbh (mgr.14180) 440 : 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 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:46.384962+0000 mgr.smithi062.imakbh (mgr.14180) 441 : 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 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:48.385513+0000 mgr.smithi062.imakbh (mgr.14180) 442 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:50.385935+0000 mgr.smithi062.imakbh (mgr.14180) 443 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:52.386622+0000 mgr.smithi062.imakbh (mgr.14180) 444 : 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 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:54.387247+0000 mgr.smithi062.imakbh (mgr.14180) 445 : 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 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:56.387816+0000 mgr.smithi062.imakbh (mgr.14180) 446 : 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 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:58:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:58:58.388506+0000 mgr.smithi062.imakbh (mgr.14180) 447 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:00.389019+0000 mgr.smithi062.imakbh (mgr.14180) 448 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:02.389545+0000 mgr.smithi062.imakbh (mgr.14180) 449 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:58:43.023703+0000 mgr.smithi062.imakbh (mgr.14180) 439 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:44.384478+0000 mgr.smithi062.imakbh (mgr.14180) 440 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:46.384962+0000 mgr.smithi062.imakbh (mgr.14180) 441 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:48.385513+0000 mgr.smithi062.imakbh (mgr.14180) 442 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:50.385935+0000 mgr.smithi062.imakbh (mgr.14180) 443 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:52.386622+0000 mgr.smithi062.imakbh (mgr.14180) 444 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:54.387247+0000 mgr.smithi062.imakbh (mgr.14180) 445 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:56.387816+0000 mgr.smithi062.imakbh (mgr.14180) 446 : 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 2023-11-17T06:59:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:58:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:58:58.388506+0000 mgr.smithi062.imakbh (mgr.14180) 447 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:04.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:00.389019+0000 mgr.smithi062.imakbh (mgr.14180) 448 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:04.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:02.389545+0000 mgr.smithi062.imakbh (mgr.14180) 449 : 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 2023-11-17T06:59:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:04.390158+0000 mgr.smithi062.imakbh (mgr.14180) 450 : 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 2023-11-17T06:59:05.859 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:04.390158+0000 mgr.smithi062.imakbh (mgr.14180) 450 : 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 2023-11-17T06:59:06.241 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:06.242 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:06.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:07.618 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:06.237389+0000 mgr.smithi062.imakbh (mgr.14180) 451 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:06.390622+0000 mgr.smithi062.imakbh (mgr.14180) 452 : 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 2023-11-17T06:59:07.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:06.237389+0000 mgr.smithi062.imakbh (mgr.14180) 451 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:06.390622+0000 mgr.smithi062.imakbh (mgr.14180) 452 : 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 2023-11-17T06:59:08.963 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:08.963 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:09.333 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:09.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:08.391347+0000 mgr.smithi062.imakbh (mgr.14180) 453 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:09.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:08.391347+0000 mgr.smithi062.imakbh (mgr.14180) 453 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:10.334 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:10.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:08.958767+0000 mgr.smithi062.imakbh (mgr.14180) 454 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:10.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:08.958767+0000 mgr.smithi062.imakbh (mgr.14180) 454 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:11.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:10.391825+0000 mgr.smithi062.imakbh (mgr.14180) 455 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:11.716 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:11.716 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:11.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:10.391825+0000 mgr.smithi062.imakbh (mgr.14180) 455 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:12.083 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:13.084 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:13.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:11.712256+0000 mgr.smithi062.imakbh (mgr.14180) 456 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:13.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:12.392292+0000 mgr.smithi062.imakbh (mgr.14180) 457 : 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 2023-11-17T06:59:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:11.712256+0000 mgr.smithi062.imakbh (mgr.14180) 456 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:12.392292+0000 mgr.smithi062.imakbh (mgr.14180) 457 : 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 2023-11-17T06:59:14.492 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:14.492 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:14.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:14.392634+0000 mgr.smithi062.imakbh (mgr.14180) 458 : 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 2023-11-17T06:59:15.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:14.487808+0000 mgr.smithi062.imakbh (mgr.14180) 459 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:15.859 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:15.894 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:14.392634+0000 mgr.smithi062.imakbh (mgr.14180) 458 : 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 2023-11-17T06:59:15.894 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:14.487808+0000 mgr.smithi062.imakbh (mgr.14180) 459 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:17.219 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:17.220 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:17.597 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:16.393026+0000 mgr.smithi062.imakbh (mgr.14180) 460 : 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 2023-11-17T06:59:17.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:16.393026+0000 mgr.smithi062.imakbh (mgr.14180) 460 : 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 2023-11-17T06:59:18.617 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:18.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:17.215081+0000 mgr.smithi062.imakbh (mgr.14180) 461 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:18.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:17.215081+0000 mgr.smithi062.imakbh (mgr.14180) 461 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:19.619 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:18.393683+0000 mgr.smithi062.imakbh (mgr.14180) 462 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:18.393683+0000 mgr.smithi062.imakbh (mgr.14180) 462 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:19.998 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:19.998 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:20.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:21.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:19.993629+0000 mgr.smithi062.imakbh (mgr.14180) 463 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:21.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:20.394149+0000 mgr.smithi062.imakbh (mgr.14180) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:19.993629+0000 mgr.smithi062.imakbh (mgr.14180) 463 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:20.394149+0000 mgr.smithi062.imakbh (mgr.14180) 464 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:21.399 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:22.776 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:22.777 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:23.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:22.394632+0000 mgr.smithi062.imakbh (mgr.14180) 465 : 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 2023-11-17T06:59:23.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:22.394632+0000 mgr.smithi062.imakbh (mgr.14180) 465 : 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 2023-11-17T06:59:24.109 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:24.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:22.772275+0000 mgr.smithi062.imakbh (mgr.14180) 466 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:24.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:22.772275+0000 mgr.smithi062.imakbh (mgr.14180) 466 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:25.496 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:25.496 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:25.742 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:24.395053+0000 mgr.smithi062.imakbh (mgr.14180) 467 : 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 2023-11-17T06:59:30.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:24.395053+0000 mgr.smithi062.imakbh (mgr.14180) 467 : 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 2023-11-17T06:59:30.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:25.492007+0000 mgr.smithi062.imakbh (mgr.14180) 468 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:30.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:26.395497+0000 mgr.smithi062.imakbh (mgr.14180) 469 : 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 2023-11-17T06:59:30.156 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:28.396061+0000 mgr.smithi062.imakbh (mgr.14180) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:30.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:30.157 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:25.492007+0000 mgr.smithi062.imakbh (mgr.14180) 468 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:30.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:26.395497+0000 mgr.smithi062.imakbh (mgr.14180) 469 : 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 2023-11-17T06:59:30.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:28.396061+0000 mgr.smithi062.imakbh (mgr.14180) 470 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:31.158 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:31.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:30.396766+0000 mgr.smithi062.imakbh (mgr.14180) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:31.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:30.396766+0000 mgr.smithi062.imakbh (mgr.14180) 471 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:32.597 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:32.598 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:32.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:32.397229+0000 mgr.smithi062.imakbh (mgr.14180) 472 : 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 2023-11-17T06:59:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:32.590860+0000 mgr.smithi062.imakbh (mgr.14180) 473 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:33.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:32.397229+0000 mgr.smithi062.imakbh (mgr.14180) 472 : 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 2023-11-17T06:59:33.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:32.590860+0000 mgr.smithi062.imakbh (mgr.14180) 473 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:33.965 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:35.412 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:35.412 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:35.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:34.397612+0000 mgr.smithi062.imakbh (mgr.14180) 474 : 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 2023-11-17T06:59:35.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:35.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:34.397612+0000 mgr.smithi062.imakbh (mgr.14180) 474 : 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 2023-11-17T06:59:36.789 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:36.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:35.407909+0000 mgr.smithi062.imakbh (mgr.14180) 475 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:36.823 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:35.407909+0000 mgr.smithi062.imakbh (mgr.14180) 475 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:37.792 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:36.398305+0000 mgr.smithi062.imakbh (mgr.14180) 476 : 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 2023-11-17T06:59:37.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:36.398305+0000 mgr.smithi062.imakbh (mgr.14180) 476 : 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 2023-11-17T06:59:38.160 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:38.160 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:38.528 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:39.530 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:38.156298+0000 mgr.smithi062.imakbh (mgr.14180) 477 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:38.398736+0000 mgr.smithi062.imakbh (mgr.14180) 478 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:39.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:38.156298+0000 mgr.smithi062.imakbh (mgr.14180) 477 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:39.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:38.398736+0000 mgr.smithi062.imakbh (mgr.14180) 478 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:40.960 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:40.960 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:41.124 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:40.399330+0000 mgr.smithi062.imakbh (mgr.14180) 479 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:40.399330+0000 mgr.smithi062.imakbh (mgr.14180) 479 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:41.331 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:42.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:40.955554+0000 mgr.smithi062.imakbh (mgr.14180) 480 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:42.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:40.955554+0000 mgr.smithi062.imakbh (mgr.14180) 480 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:42.332 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:43.049 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:42.399819+0000 mgr.smithi062.imakbh (mgr.14180) 481 : 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 2023-11-17T06:59:43.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:42.399819+0000 mgr.smithi062.imakbh (mgr.14180) 481 : 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 2023-11-17T06:59:43.739 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:43.739 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:44.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:45.112 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:45.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:43.735148+0000 mgr.smithi062.imakbh (mgr.14180) 482 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:45.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:44.400335+0000 mgr.smithi062.imakbh (mgr.14180) 483 : 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 2023-11-17T06:59:45.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:43.735148+0000 mgr.smithi062.imakbh (mgr.14180) 482 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:44.400335+0000 mgr.smithi062.imakbh (mgr.14180) 483 : 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 2023-11-17T06:59:46.533 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:46.533 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:46.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:46.400719+0000 mgr.smithi062.imakbh (mgr.14180) 484 : 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 2023-11-17T06:59:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:46.528693+0000 mgr.smithi062.imakbh (mgr.14180) 485 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:47.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:46.400719+0000 mgr.smithi062.imakbh (mgr.14180) 484 : 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 2023-11-17T06:59:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:46.528693+0000 mgr.smithi062.imakbh (mgr.14180) 485 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:47.981 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:49.377 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:49.377 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:49.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:48.401205+0000 mgr.smithi062.imakbh (mgr.14180) 486 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:49.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:49.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:48.401205+0000 mgr.smithi062.imakbh (mgr.14180) 486 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:50.780 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:50.815 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:49.372792+0000 mgr.smithi062.imakbh (mgr.14180) 487 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:50.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:49.372792+0000 mgr.smithi062.imakbh (mgr.14180) 487 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:51.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:50.401837+0000 mgr.smithi062.imakbh (mgr.14180) 488 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:51.823 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:50.401837+0000 mgr.smithi062.imakbh (mgr.14180) 488 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T06:59:52.200 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:52.200 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:52.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:53.569 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:52.195583+0000 mgr.smithi062.imakbh (mgr.14180) 489 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:52.402252+0000 mgr.smithi062.imakbh (mgr.14180) 490 : 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 2023-11-17T06:59:53.895 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:52.195583+0000 mgr.smithi062.imakbh (mgr.14180) 489 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:53.895 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:52.402252+0000 mgr.smithi062.imakbh (mgr.14180) 490 : 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 2023-11-17T06:59:54.952 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:56.835 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:56.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:54.402920+0000 mgr.smithi062.imakbh (mgr.14180) 491 : 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 2023-11-17T06:59:56.842 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:54.947858+0000 mgr.smithi062.imakbh (mgr.14180) 492 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:56.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:56.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:54.402920+0000 mgr.smithi062.imakbh (mgr.14180) 491 : 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 2023-11-17T06:59:56.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:54.947858+0000 mgr.smithi062.imakbh (mgr.14180) 492 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T06:59:57.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:56.403414+0000 mgr.smithi062.imakbh (mgr.14180) 493 : 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 2023-11-17T06:59:57.844 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T06:59:57.878 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:56.403414+0000 mgr.smithi062.imakbh (mgr.14180) 493 : 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 2023-11-17T06:59:59.231 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T06:59:59.231 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T06:59:59.541 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 06:59:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T06:59:58.403838+0000 mgr.smithi062.imakbh (mgr.14180) 494 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T06:59:59.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T06:59:59.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 06:59:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T06:59:58.403838+0000 mgr.smithi062.imakbh (mgr.14180) 494 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:00.626 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T06:59:59.226384+0000 mgr.smithi062.imakbh (mgr.14180) 495 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:00.000102+0000 mon.smithi062 (mon.0) 680 : cluster [INF] overall HEALTH_OK 2023-11-17T07:00:00.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T06:59:59.226384+0000 mgr.smithi062.imakbh (mgr.14180) 495 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:00.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:00.000102+0000 mon.smithi062 (mon.0) 680 : cluster [INF] overall HEALTH_OK 2023-11-17T07:00:01.606 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:00.404412+0000 mgr.smithi062.imakbh (mgr.14180) 496 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:01.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:00.404412+0000 mgr.smithi062.imakbh (mgr.14180) 496 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:01.980 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:01.981 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:02.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:03.370 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:03.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:01.976498+0000 mgr.smithi062.imakbh (mgr.14180) 497 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:03.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:02.404925+0000 mgr.smithi062.imakbh (mgr.14180) 498 : 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 2023-11-17T07:00:03.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:01.976498+0000 mgr.smithi062.imakbh (mgr.14180) 497 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:03.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:02.404925+0000 mgr.smithi062.imakbh (mgr.14180) 498 : 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 2023-11-17T07:00:04.759 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:04.759 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:05.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:04.405258+0000 mgr.smithi062.imakbh (mgr.14180) 499 : 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 2023-11-17T07:00:05.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:04.405258+0000 mgr.smithi062.imakbh (mgr.14180) 499 : 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 2023-11-17T07:00:06.080 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:06.792 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:04.755070+0000 mgr.smithi062.imakbh (mgr.14180) 500 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:06.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:04.755070+0000 mgr.smithi062.imakbh (mgr.14180) 500 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:07.467 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:07.468 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:07.748 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:06.405820+0000 mgr.smithi062.imakbh (mgr.14180) 501 : 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 2023-11-17T07:00:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:06.405820+0000 mgr.smithi062.imakbh (mgr.14180) 501 : 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 2023-11-17T07:00:07.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:07.463242+0000 mgr.smithi062.imakbh (mgr.14180) 502 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:08.852 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:08.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:07.463242+0000 mgr.smithi062.imakbh (mgr.14180) 502 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:08.406485+0000 mgr.smithi062.imakbh (mgr.14180) 503 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:09.846 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:08.406485+0000 mgr.smithi062.imakbh (mgr.14180) 503 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:10.205 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:10.205 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:10.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:11.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:10.200761+0000 mgr.smithi062.imakbh (mgr.14180) 504 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:11.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:10.407003+0000 mgr.smithi062.imakbh (mgr.14180) 505 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:11.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:10.200761+0000 mgr.smithi062.imakbh (mgr.14180) 504 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:11.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:10.407003+0000 mgr.smithi062.imakbh (mgr.14180) 505 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:11.585 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:12.994 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:12.995 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:13.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:13.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:12.407611+0000 mgr.smithi062.imakbh (mgr.14180) 506 : 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 2023-11-17T07:00:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:12.407611+0000 mgr.smithi062.imakbh (mgr.14180) 506 : 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 2023-11-17T07:00:14.375 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:14.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:12.990368+0000 mgr.smithi062.imakbh (mgr.14180) 507 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:14.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:12.990368+0000 mgr.smithi062.imakbh (mgr.14180) 507 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:15.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:14.408117+0000 mgr.smithi062.imakbh (mgr.14180) 508 : 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 2023-11-17T07:00:15.789 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:15.790 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:15.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:14.408117+0000 mgr.smithi062.imakbh (mgr.14180) 508 : 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 2023-11-17T07:00:16.167 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:17.167 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:15.785159+0000 mgr.smithi062.imakbh (mgr.14180) 509 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:16.408787+0000 mgr.smithi062.imakbh (mgr.14180) 510 : 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 2023-11-17T07:00:17.819 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:15.785159+0000 mgr.smithi062.imakbh (mgr.14180) 509 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:17.819 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:16.408787+0000 mgr.smithi062.imakbh (mgr.14180) 510 : 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 2023-11-17T07:00:18.516 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:18.516 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:18.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:18.409208+0000 mgr.smithi062.imakbh (mgr.14180) 511 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:19.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:18.511245+0000 mgr.smithi062.imakbh (mgr.14180) 512 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:19.883 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:19.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:18.409208+0000 mgr.smithi062.imakbh (mgr.14180) 511 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:19.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:18.511245+0000 mgr.smithi062.imakbh (mgr.14180) 512 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:21.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:20.409605+0000 mgr.smithi062.imakbh (mgr.14180) 513 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:21.290 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:21.290 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:20.409605+0000 mgr.smithi062.imakbh (mgr.14180) 513 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:21.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:22.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:21.285895+0000 mgr.smithi062.imakbh (mgr.14180) 514 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:22.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:21.285895+0000 mgr.smithi062.imakbh (mgr.14180) 514 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:22.674 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:23.034 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:22.410302+0000 mgr.smithi062.imakbh (mgr.14180) 515 : 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 2023-11-17T07:00:23.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:22.410302+0000 mgr.smithi062.imakbh (mgr.14180) 515 : 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 2023-11-17T07:00:24.096 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:24.096 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:52:47.605464Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:24.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:25.466 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:24.091825+0000 mgr.smithi062.imakbh (mgr.14180) 516 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:24.410647+0000 mgr.smithi062.imakbh (mgr.14180) 517 : 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 2023-11-17T07:00:25.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:25.283528+0000 mon.smithi062 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.bdmlpa"}]: dispatch 2023-11-17T07:00:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:24.091825+0000 mgr.smithi062.imakbh (mgr.14180) 516 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:24.410647+0000 mgr.smithi062.imakbh (mgr.14180) 517 : 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 2023-11-17T07:00:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:25.283528+0000 mon.smithi062 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.bdmlpa"}]: dispatch 2023-11-17T07:00:26.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:00:25.282876+0000 mgr.smithi062.imakbh (mgr.14180) 518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.820 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:00:25.283143+0000 mgr.smithi062.imakbh (mgr.14180) 519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:00:25.284471+0000 mgr.smithi062.imakbh (mgr.14180) 520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.822 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:00:25.287344+0000 mgr.smithi062.imakbh (mgr.14180) 521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.zwvshu on smithi062 2023-11-17T07:00:26.863 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:26.863 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:26.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:00:25.282876+0000 mgr.smithi062.imakbh (mgr.14180) 518 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.884 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:00:26.885 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:00:25.283143+0000 mgr.smithi062.imakbh (mgr.14180) 519 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:00:25.284471+0000 mgr.smithi062.imakbh (mgr.14180) 520 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa 2023-11-17T07:00:26.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.bdmlpa ... 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:58:33Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59:10Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T06:59: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" 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:00:26.888 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:00:25.287344+0000 mgr.smithi062.imakbh (mgr.14180) 521 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.zwvshu on smithi062 2023-11-17T07:00:27.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:26.411364+0000 mgr.smithi062.imakbh (mgr.14180) 522 : 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 2023-11-17T07:00:27.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:26.411364+0000 mgr.smithi062.imakbh (mgr.14180) 522 : 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 2023-11-17T07:00:28.249 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:28.601 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:26.858862+0000 mgr.smithi062.imakbh (mgr.14180) 523 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:26.858862+0000 mgr.smithi062.imakbh (mgr.14180) 523 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:29.651 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:29.652 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:29.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:28.411773+0000 mgr.smithi062.imakbh (mgr.14180) 524 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:29.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:28.411773+0000 mgr.smithi062.imakbh (mgr.14180) 524 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:30.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:30.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:29.647098+0000 mgr.smithi062.imakbh (mgr.14180) 525 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:30.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:29.647098+0000 mgr.smithi062.imakbh (mgr.14180) 525 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:31.040 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:31.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:30.412274+0000 mgr.smithi062.imakbh (mgr.14180) 526 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:31.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:30.412274+0000 mgr.smithi062.imakbh (mgr.14180) 526 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:32.401 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:32.401 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:32.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:33.772 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:33.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:32.396418+0000 mgr.smithi062.imakbh (mgr.14180) 527 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:33.808 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:32.412701+0000 mgr.smithi062.imakbh (mgr.14180) 528 : 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 2023-11-17T07:00:33.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:32.396418+0000 mgr.smithi062.imakbh (mgr.14180) 527 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:33.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:32.412701+0000 mgr.smithi062.imakbh (mgr.14180) 528 : 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 2023-11-17T07:00:35.161 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:35.162 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:35.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:34.413093+0000 mgr.smithi062.imakbh (mgr.14180) 529 : 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 2023-11-17T07:00:35.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:34.413093+0000 mgr.smithi062.imakbh (mgr.14180) 529 : 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 2023-11-17T07:00:36.549 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:36.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:35.156387+0000 mgr.smithi062.imakbh (mgr.14180) 530 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:36.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:35.156387+0000 mgr.smithi062.imakbh (mgr.14180) 530 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:37.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:36.413645+0000 mgr.smithi062.imakbh (mgr.14180) 531 : 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 2023-11-17T07:00:37.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:36.413645+0000 mgr.smithi062.imakbh (mgr.14180) 531 : 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 2023-11-17T07:00:37.918 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:37.918 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:38.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:39.357 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:39.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:37.913752+0000 mgr.smithi062.imakbh (mgr.14180) 532 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:39.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:38.414186+0000 mgr.smithi062.imakbh (mgr.14180) 533 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:39.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:37.913752+0000 mgr.smithi062.imakbh (mgr.14180) 532 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:38.414186+0000 mgr.smithi062.imakbh (mgr.14180) 533 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:40.710 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:40.711 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:41.019 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:40.414662+0000 mgr.smithi062.imakbh (mgr.14180) 534 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:41.019 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:40.706394+0000 mgr.smithi062.imakbh (mgr.14180) 535 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:41.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:40.414662+0000 mgr.smithi062.imakbh (mgr.14180) 534 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:40.706394+0000 mgr.smithi062.imakbh (mgr.14180) 535 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:42.089 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:43.557 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:43.557 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:42.415115+0000 mgr.smithi062.imakbh (mgr.14180) 536 : 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 2023-11-17T07:00:43.844 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:42.415115+0000 mgr.smithi062.imakbh (mgr.14180) 536 : 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 2023-11-17T07:00:43.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:44.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:43.552450+0000 mgr.smithi062.imakbh (mgr.14180) 537 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:43.552450+0000 mgr.smithi062.imakbh (mgr.14180) 537 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:44.929 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:45.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:44.415464+0000 mgr.smithi062.imakbh (mgr.14180) 538 : 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 2023-11-17T07:00:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:44.415464+0000 mgr.smithi062.imakbh (mgr.14180) 538 : 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 2023-11-17T07:00:46.310 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:46.310 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:46.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:47.679 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:46.305799+0000 mgr.smithi062.imakbh (mgr.14180) 539 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:46.416020+0000 mgr.smithi062.imakbh (mgr.14180) 540 : 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 2023-11-17T07:00:47.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:46.305799+0000 mgr.smithi062.imakbh (mgr.14180) 539 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:46.416020+0000 mgr.smithi062.imakbh (mgr.14180) 540 : 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 2023-11-17T07:00:49.030 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:49.031 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:49.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:49.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:48.416413+0000 mgr.smithi062.imakbh (mgr.14180) 541 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:49.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:48.416413+0000 mgr.smithi062.imakbh (mgr.14180) 541 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:50.360 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:50.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:49.025759+0000 mgr.smithi062.imakbh (mgr.14180) 542 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:50.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:49.025759+0000 mgr.smithi062.imakbh (mgr.14180) 542 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:51.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:50.416991+0000 mgr.smithi062.imakbh (mgr.14180) 543 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:51.782 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:51.782 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:51.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:50.416991+0000 mgr.smithi062.imakbh (mgr.14180) 543 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:00:52.177 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:53.178 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:51.777962+0000 mgr.smithi062.imakbh (mgr.14180) 544 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:53.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:52.417425+0000 mgr.smithi062.imakbh (mgr.14180) 545 : 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 2023-11-17T07:00:53.882 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:51.777962+0000 mgr.smithi062.imakbh (mgr.14180) 544 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:53.882 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:52.417425+0000 mgr.smithi062.imakbh (mgr.14180) 545 : 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 2023-11-17T07:00:54.650 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:54.650 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:55.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:55.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:54.417810+0000 mgr.smithi062.imakbh (mgr.14180) 546 : 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 2023-11-17T07:00:55.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:54.645474+0000 mgr.smithi062.imakbh (mgr.14180) 547 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:54.417810+0000 mgr.smithi062.imakbh (mgr.14180) 546 : 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 2023-11-17T07:00:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:54.645474+0000 mgr.smithi062.imakbh (mgr.14180) 547 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:56.054 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:57.429 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:00:57.429 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:00:57.809 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:56.418234+0000 mgr.smithi062.imakbh (mgr.14180) 548 : 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 2023-11-17T07:00:57.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:56.418234+0000 mgr.smithi062.imakbh (mgr.14180) 548 : 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 2023-11-17T07:00:57.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:00:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:00:57.425005+0000 mgr.smithi062.imakbh (mgr.14180) 549 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:58.836 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:00:58.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:00:57.425005+0000 mgr.smithi062.imakbh (mgr.14180) 549 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:00:59.789 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:00:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:00:58.418751+0000 mgr.smithi062.imakbh (mgr.14180) 550 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:00:59.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:00:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:00:58.418751+0000 mgr.smithi062.imakbh (mgr.14180) 550 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:00.184 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:00.184 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:00.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:00.180049+0000 mgr.smithi062.imakbh (mgr.14180) 551 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:01.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:00.419137+0000 mgr.smithi062.imakbh (mgr.14180) 552 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:01:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:00.180049+0000 mgr.smithi062.imakbh (mgr.14180) 551 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:00.419137+0000 mgr.smithi062.imakbh (mgr.14180) 552 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:01:01.552 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:02.943 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:02.943 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:03.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:03.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:02.419558+0000 mgr.smithi062.imakbh (mgr.14180) 553 : 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 2023-11-17T07:01:03.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:02.419558+0000 mgr.smithi062.imakbh (mgr.14180) 553 : 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 2023-11-17T07:01:04.337 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:04.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:02.938784+0000 mgr.smithi062.imakbh (mgr.14180) 554 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:02.938784+0000 mgr.smithi062.imakbh (mgr.14180) 554 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:05.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:04.419957+0000 mgr.smithi062.imakbh (mgr.14180) 555 : 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 2023-11-17T07:01:05.763 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:05.764 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:05.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:04.419957+0000 mgr.smithi062.imakbh (mgr.14180) 555 : 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 2023-11-17T07:01:06.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:07.169 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:05.759542+0000 mgr.smithi062.imakbh (mgr.14180) 556 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:06.420451+0000 mgr.smithi062.imakbh (mgr.14180) 557 : 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 2023-11-17T07:01:07.829 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:05.759542+0000 mgr.smithi062.imakbh (mgr.14180) 556 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:07.830 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:06.420451+0000 mgr.smithi062.imakbh (mgr.14180) 557 : 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 2023-11-17T07:01:08.552 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:08.552 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:08.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:08.420962+0000 mgr.smithi062.imakbh (mgr.14180) 558 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:08.547991+0000 mgr.smithi062.imakbh (mgr.14180) 559 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:09.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:08.420962+0000 mgr.smithi062.imakbh (mgr.14180) 558 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:01:09.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:08.547991+0000 mgr.smithi062.imakbh (mgr.14180) 559 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:09.969 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:11.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:10.421401+0000 mgr.smithi062.imakbh (mgr.14180) 560 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:01:11.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:10.421401+0000 mgr.smithi062.imakbh (mgr.14180) 560 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:01:11.347 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:11.347 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:11.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:12.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:11.339962+0000 mgr.smithi062.imakbh (mgr.14180) 561 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:12.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:11.339962+0000 mgr.smithi062.imakbh (mgr.14180) 561 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:12.718 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:13.059 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:12.421937+0000 mgr.smithi062.imakbh (mgr.14180) 562 : 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 2023-11-17T07:01:13.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:12.421937+0000 mgr.smithi062.imakbh (mgr.14180) 562 : 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 2023-11-17T07:01:14.070 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:01:14.070 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:01:14.484 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:01:15.485 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:01:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:14.065775+0000 mgr.smithi062.imakbh (mgr.14180) 563 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:14.422275+0000 mgr.smithi062.imakbh (mgr.14180) 564 : 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 2023-11-17T07:01:15.858 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:14.065775+0000 mgr.smithi062.imakbh (mgr.14180) 563 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:01:15.937 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:14.422275+0000 mgr.smithi062.imakbh (mgr.14180) 564 : 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 2023-11-17T07:01:16.905 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:01.553 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:01.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:16.422738+0000 mgr.smithi062.imakbh (mgr.14180) 565 : 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 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:01:16.901014+0000 mgr.smithi062.imakbh (mgr.14180) 566 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:18.423299+0000 mgr.smithi062.imakbh (mgr.14180) 567 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:20.423964+0000 mgr.smithi062.imakbh (mgr.14180) 568 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:22.424618+0000 mgr.smithi062.imakbh (mgr.14180) 569 : 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 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:24.425088+0000 mgr.smithi062.imakbh (mgr.14180) 570 : 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 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:26.425551+0000 mgr.smithi062.imakbh (mgr.14180) 571 : 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 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:28.426089+0000 mgr.smithi062.imakbh (mgr.14180) 572 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.574 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:30.426620+0000 mgr.smithi062.imakbh (mgr.14180) 573 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:32.427256+0000 mgr.smithi062.imakbh (mgr.14180) 574 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:34.427696+0000 mgr.smithi062.imakbh (mgr.14180) 575 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:36.428308+0000 mgr.smithi062.imakbh (mgr.14180) 576 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:38.428999+0000 mgr.smithi062.imakbh (mgr.14180) 577 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:40.429584+0000 mgr.smithi062.imakbh (mgr.14180) 578 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:42.430350+0000 mgr.smithi062.imakbh (mgr.14180) 579 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:44.430847+0000 mgr.smithi062.imakbh (mgr.14180) 580 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:46.431530+0000 mgr.smithi062.imakbh (mgr.14180) 581 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:48.432108+0000 mgr.smithi062.imakbh (mgr.14180) 582 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:50.432606+0000 mgr.smithi062.imakbh (mgr.14180) 583 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:52.433389+0000 mgr.smithi062.imakbh (mgr.14180) 584 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:54.433783+0000 mgr.smithi062.imakbh (mgr.14180) 585 : 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 2023-11-17T07:02:01.575 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:56.434441+0000 mgr.smithi062.imakbh (mgr.14180) 586 : 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 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:01:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:01:58.434962+0000 mgr.smithi062.imakbh (mgr.14180) 587 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:00.435413+0000 mgr.smithi062.imakbh (mgr.14180) 588 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:16.422738+0000 mgr.smithi062.imakbh (mgr.14180) 565 : 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 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:01:16.901014+0000 mgr.smithi062.imakbh (mgr.14180) 566 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:01.576 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:18.423299+0000 mgr.smithi062.imakbh (mgr.14180) 567 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:20.423964+0000 mgr.smithi062.imakbh (mgr.14180) 568 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:22.424618+0000 mgr.smithi062.imakbh (mgr.14180) 569 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:24.425088+0000 mgr.smithi062.imakbh (mgr.14180) 570 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:26.425551+0000 mgr.smithi062.imakbh (mgr.14180) 571 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:28.426089+0000 mgr.smithi062.imakbh (mgr.14180) 572 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:30.426620+0000 mgr.smithi062.imakbh (mgr.14180) 573 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:32.427256+0000 mgr.smithi062.imakbh (mgr.14180) 574 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:34.427696+0000 mgr.smithi062.imakbh (mgr.14180) 575 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:36.428308+0000 mgr.smithi062.imakbh (mgr.14180) 576 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:38.428999+0000 mgr.smithi062.imakbh (mgr.14180) 577 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:40.429584+0000 mgr.smithi062.imakbh (mgr.14180) 578 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:42.430350+0000 mgr.smithi062.imakbh (mgr.14180) 579 : 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 2023-11-17T07:02:01.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:44.430847+0000 mgr.smithi062.imakbh (mgr.14180) 580 : 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 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:46.431530+0000 mgr.smithi062.imakbh (mgr.14180) 581 : 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 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:48.432108+0000 mgr.smithi062.imakbh (mgr.14180) 582 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:50.432606+0000 mgr.smithi062.imakbh (mgr.14180) 583 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:52.433389+0000 mgr.smithi062.imakbh (mgr.14180) 584 : 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 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:54.433783+0000 mgr.smithi062.imakbh (mgr.14180) 585 : 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 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:56.434441+0000 mgr.smithi062.imakbh (mgr.14180) 586 : 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 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:01:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:01:58.434962+0000 mgr.smithi062.imakbh (mgr.14180) 587 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:01.578 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:00.435413+0000 mgr.smithi062.imakbh (mgr.14180) 588 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:02.559 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:03.531 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:02.436171+0000 mgr.smithi062.imakbh (mgr.14180) 589 : 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 2023-11-17T07:02:03.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:02.436171+0000 mgr.smithi062.imakbh (mgr.14180) 589 : 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 2023-11-17T07:02:03.914 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:03.915 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:04.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:05.303 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:05.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:03.910452+0000 mgr.smithi062.imakbh (mgr.14180) 590 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:05.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:04.436541+0000 mgr.smithi062.imakbh (mgr.14180) 591 : 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 2023-11-17T07:02:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:03.910452+0000 mgr.smithi062.imakbh (mgr.14180) 590 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:05.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:04.436541+0000 mgr.smithi062.imakbh (mgr.14180) 591 : 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 2023-11-17T07:02:06.692 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:06.692 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:07.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:06.436945+0000 mgr.smithi062.imakbh (mgr.14180) 592 : 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 2023-11-17T07:02:07.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:06.687528+0000 mgr.smithi062.imakbh (mgr.14180) 593 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:06.436945+0000 mgr.smithi062.imakbh (mgr.14180) 592 : 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 2023-11-17T07:02:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:06.687528+0000 mgr.smithi062.imakbh (mgr.14180) 593 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:08.052 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:09.414 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:09.414 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:09.715 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:08.437372+0000 mgr.smithi062.imakbh (mgr.14180) 594 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:09.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:09.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:08.437372+0000 mgr.smithi062.imakbh (mgr.14180) 594 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:10.810 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:09.409736+0000 mgr.smithi062.imakbh (mgr.14180) 595 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:10.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:09.409736+0000 mgr.smithi062.imakbh (mgr.14180) 595 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:11.804 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:10.438122+0000 mgr.smithi062.imakbh (mgr.14180) 596 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:11.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:10.438122+0000 mgr.smithi062.imakbh (mgr.14180) 596 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:12.171 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:12.171 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:12.519 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:13.520 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:12.167432+0000 mgr.smithi062.imakbh (mgr.14180) 597 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:12.438546+0000 mgr.smithi062.imakbh (mgr.14180) 598 : 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 2023-11-17T07:02:13.876 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:12.167432+0000 mgr.smithi062.imakbh (mgr.14180) 597 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:13.876 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:12.438546+0000 mgr.smithi062.imakbh (mgr.14180) 598 : 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 2023-11-17T07:02:14.921 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:14.921 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:15.317 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:15.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:14.438914+0000 mgr.smithi062.imakbh (mgr.14180) 599 : 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 2023-11-17T07:02:15.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:14.438914+0000 mgr.smithi062.imakbh (mgr.14180) 599 : 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 2023-11-17T07:02:16.319 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:16.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:14.917339+0000 mgr.smithi062.imakbh (mgr.14180) 600 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:16.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:14.917339+0000 mgr.smithi062.imakbh (mgr.14180) 600 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:17.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:16.439466+0000 mgr.smithi062.imakbh (mgr.14180) 601 : 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 2023-11-17T07:02:17.737 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:17.737 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:16.439466+0000 mgr.smithi062.imakbh (mgr.14180) 601 : 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 2023-11-17T07:02:18.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:18.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:17.733612+0000 mgr.smithi062.imakbh (mgr.14180) 602 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:18.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:17.733612+0000 mgr.smithi062.imakbh (mgr.14180) 602 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:19.108 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:19.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:18.440098+0000 mgr.smithi062.imakbh (mgr.14180) 603 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:19.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:18.440098+0000 mgr.smithi062.imakbh (mgr.14180) 603 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:20.481 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:20.481 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:20.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:21.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:20.440501+0000 mgr.smithi062.imakbh (mgr.14180) 604 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:21.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:20.476598+0000 mgr.smithi062.imakbh (mgr.14180) 605 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:21.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:20.440501+0000 mgr.smithi062.imakbh (mgr.14180) 604 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:20.476598+0000 mgr.smithi062.imakbh (mgr.14180) 605 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:21.876 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:23.231 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:23.231 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:23.530 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:22.441034+0000 mgr.smithi062.imakbh (mgr.14180) 606 : 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 2023-11-17T07:02:23.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:22.441034+0000 mgr.smithi062.imakbh (mgr.14180) 606 : 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 2023-11-17T07:02:24.637 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:24.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:23.226520+0000 mgr.smithi062.imakbh (mgr.14180) 607 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:24.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:23.226520+0000 mgr.smithi062.imakbh (mgr.14180) 607 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:25.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:24.441517+0000 mgr.smithi062.imakbh (mgr.14180) 608 : 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 2023-11-17T07:02:25.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:24.441517+0000 mgr.smithi062.imakbh (mgr.14180) 608 : 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 2023-11-17T07:02:26.102 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:26.102 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:26.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:27.466 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:26.097464+0000 mgr.smithi062.imakbh (mgr.14180) 609 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:27.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:26.442129+0000 mgr.smithi062.imakbh (mgr.14180) 610 : 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 2023-11-17T07:02:27.826 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:26.097464+0000 mgr.smithi062.imakbh (mgr.14180) 609 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:27.826 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:26.442129+0000 mgr.smithi062.imakbh (mgr.14180) 610 : 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 2023-11-17T07:02:28.890 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:28.890 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:29.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:29.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:28.442580+0000 mgr.smithi062.imakbh (mgr.14180) 611 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:29.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:28.442580+0000 mgr.smithi062.imakbh (mgr.14180) 611 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:30.266 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:30.608 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:28.885187+0000 mgr.smithi062.imakbh (mgr.14180) 612 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:28.885187+0000 mgr.smithi062.imakbh (mgr.14180) 612 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:31.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:30.442967+0000 mgr.smithi062.imakbh (mgr.14180) 613 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:31.730 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:31.730 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:31.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:30.442967+0000 mgr.smithi062.imakbh (mgr.14180) 613 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:32.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:32.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:31.725606+0000 mgr.smithi062.imakbh (mgr.14180) 614 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:32.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:31.725606+0000 mgr.smithi062.imakbh (mgr.14180) 614 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:33.090 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:33.751 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:32.443615+0000 mgr.smithi062.imakbh (mgr.14180) 615 : 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 2023-11-17T07:02:33.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:32.443615+0000 mgr.smithi062.imakbh (mgr.14180) 615 : 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 2023-11-17T07:02:34.485 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:34.485 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:34.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:34.443996+0000 mgr.smithi062.imakbh (mgr.14180) 616 : 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 2023-11-17T07:02:35.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:34.480794+0000 mgr.smithi062.imakbh (mgr.14180) 617 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:35.848 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:35.881 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:34.443996+0000 mgr.smithi062.imakbh (mgr.14180) 616 : 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 2023-11-17T07:02:35.881 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:34.480794+0000 mgr.smithi062.imakbh (mgr.14180) 617 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:37.242 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:37.242 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:37.613 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:37.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:36.444411+0000 mgr.smithi062.imakbh (mgr.14180) 618 : 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 2023-11-17T07:02:37.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:36.444411+0000 mgr.smithi062.imakbh (mgr.14180) 618 : 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 2023-11-17T07:02:38.615 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:38.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:37.237973+0000 mgr.smithi062.imakbh (mgr.14180) 619 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:38.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:37.237973+0000 mgr.smithi062.imakbh (mgr.14180) 619 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:39.643 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:38.444967+0000 mgr.smithi062.imakbh (mgr.14180) 620 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:39.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:38.444967+0000 mgr.smithi062.imakbh (mgr.14180) 620 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:40.037 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:40.038 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:40.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:40.033759+0000 mgr.smithi062.imakbh (mgr.14180) 621 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:41.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:40.445419+0000 mgr.smithi062.imakbh (mgr.14180) 622 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:41.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:40.033759+0000 mgr.smithi062.imakbh (mgr.14180) 621 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:41.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:40.445419+0000 mgr.smithi062.imakbh (mgr.14180) 622 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:41.441 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:42.782 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:42.782 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:43.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:43.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:42.445898+0000 mgr.smithi062.imakbh (mgr.14180) 623 : 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 2023-11-17T07:02:43.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:42.445898+0000 mgr.smithi062.imakbh (mgr.14180) 623 : 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 2023-11-17T07:02:44.173 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:44.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:42.778009+0000 mgr.smithi062.imakbh (mgr.14180) 624 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:44.841 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:42.778009+0000 mgr.smithi062.imakbh (mgr.14180) 624 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:45.569 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:45.569 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:44.446519+0000 mgr.smithi062.imakbh (mgr.14180) 625 : 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 2023-11-17T07:02:45.844 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:44.446519+0000 mgr.smithi062.imakbh (mgr.14180) 625 : 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 2023-11-17T07:02:45.946 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:46.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:45.564948+0000 mgr.smithi062.imakbh (mgr.14180) 626 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:46.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:45.564948+0000 mgr.smithi062.imakbh (mgr.14180) 626 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:46.947 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:47.599 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:46.447006+0000 mgr.smithi062.imakbh (mgr.14180) 627 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:47.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:46.447006+0000 mgr.smithi062.imakbh (mgr.14180) 627 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:48.334 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:48.335 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:48.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:49.721 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:49.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:48.330055+0000 mgr.smithi062.imakbh (mgr.14180) 628 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:49.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:48.447429+0000 mgr.smithi062.imakbh (mgr.14180) 629 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:49.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:48.330055+0000 mgr.smithi062.imakbh (mgr.14180) 628 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:49.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:48.447429+0000 mgr.smithi062.imakbh (mgr.14180) 629 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:51.110 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:51.111 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:51.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:50.447934+0000 mgr.smithi062.imakbh (mgr.14180) 630 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:51.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:50.447934+0000 mgr.smithi062.imakbh (mgr.14180) 630 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:02:51.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:52.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:51.106084+0000 mgr.smithi062.imakbh (mgr.14180) 631 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:52.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:51.106084+0000 mgr.smithi062.imakbh (mgr.14180) 631 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:52.537 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:53.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:52.448384+0000 mgr.smithi062.imakbh (mgr.14180) 632 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:53.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:52.448384+0000 mgr.smithi062.imakbh (mgr.14180) 632 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:02:53.923 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:53.924 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:52.800241Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:55:22.169540Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.kvrwyk on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-kvrwyk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.kvrwyk\nDeploy daemon haproxy.nfs.foo.smithi092.kvrwyk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:53:29Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:07Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:54:44Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.442550Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.pyaxid on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-pyaxid\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.pyaxid\nDeploy daemon haproxy.nfs.foo.smithi062.pyaxid ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:55: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=\"2023-11-17T06:56: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=\"2023-11-17T06:57:14Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T06:57:51.451495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.dxmulv on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:52.800851Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:52.800381Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:52.800458Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:52.800527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:52.800592Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:54.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:54.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:54.214300+0000 mon.smithi062 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.zwvshu"}]: dispatch 2023-11-17T07:02:54.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:54.219049+0000 mon.smithi062 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:02:54.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:54.214300+0000 mon.smithi062 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.zwvshu"}]: dispatch 2023-11-17T07:02:54.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:54.219049+0000 mon.smithi062 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:02:55.322 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:53.919236+0000 mgr.smithi062.imakbh (mgr.14180) 633 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:54.213778+0000 mgr.smithi062.imakbh (mgr.14180) 634 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:02:55.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:54.213973+0000 mgr.smithi062.imakbh (mgr.14180) 635 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:54.214926+0000 mgr.smithi062.imakbh (mgr.14180) 636 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:02:55.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:54.216124+0000 mgr.smithi062.imakbh (mgr.14180) 637 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:54.217086+0000 mgr.smithi062.imakbh (mgr.14180) 638 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:54.217682+0000 mgr.smithi062.imakbh (mgr.14180) 639 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:54.268663+0000 mon.smithi062 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:54.463583+0000 mon.smithi062 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:55.573 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:54.466817+0000 mon.smithi062 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:53.919236+0000 mgr.smithi062.imakbh (mgr.14180) 633 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:54.213778+0000 mgr.smithi062.imakbh (mgr.14180) 634 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.660 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:02:55.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.662 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:54.213973+0000 mgr.smithi062.imakbh (mgr.14180) 635 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:54.214926+0000 mgr.smithi062.imakbh (mgr.14180) 636 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.zwvshu ... 2023-11-17T07:02:55.663 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:01: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" 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:02:16Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:54.216124+0000 mgr.smithi062.imakbh (mgr.14180) 637 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:55.664 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:54.217086+0000 mgr.smithi062.imakbh (mgr.14180) 638 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:02:55.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:54.217682+0000 mgr.smithi062.imakbh (mgr.14180) 639 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:55.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:54.268663+0000 mon.smithi062 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:02:55.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:54.463583+0000 mon.smithi062 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:55.665 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:54.466817+0000 mon.smithi062 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.119 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:02:57.119 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T06:57:55.928523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T06:57:55.928652Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T06:57:55.928790Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T06:57:55.929767Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T06:57:55.928385Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T06:57:55.928171Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T06:57:55.929916Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T06:57:55.928928Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T06:57:55.929215Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T06:57:55.929073Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:55.947124+0000 mon.smithi062 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.213042+0000 mon.smithi062 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.213750+0000 mon.smithi062 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.214463+0000 mon.smithi062 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.215122+0000 mon.smithi062 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:56.215606+0000 mgr.smithi062.imakbh (mgr.14180) 640 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2968M 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:56.218221+0000 mgr.smithi062.imakbh (mgr.14180) 641 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.219582+0000 mon.smithi062 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.323526+0000 mon.smithi062 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.143 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:56.712587+0000 mon.smithi062 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:55.947124+0000 mon.smithi062 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.213042+0000 mon.smithi062 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.213750+0000 mon.smithi062 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.214463+0000 mon.smithi062 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.215122+0000 mon.smithi062 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:56.215606+0000 mgr.smithi062.imakbh (mgr.14180) 640 : cephadm [INF] Adjusting osd_memory_target on smithi092 to 2968M 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:56.218221+0000 mgr.smithi062.imakbh (mgr.14180) 641 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.219582+0000 mon.smithi062 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.323526+0000 mon.smithi062 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.319 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:56.712587+0000 mon.smithi062 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:57.696 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:02:58.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:57.114823+0000 mgr.smithi062.imakbh (mgr.14180) 642 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:58.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.188437+0000 mon.smithi062 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:58.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:57.114823+0000 mgr.smithi062.imakbh (mgr.14180) 642 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:02:58.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.188437+0000 mon.smithi062 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:58.697 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:58.218798+0000 mgr.smithi062.imakbh (mgr.14180) 643 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.487083+0000 mon.smithi062 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.487740+0000 mon.smithi062 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.488255+0000 mon.smithi062 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.488761+0000 mon.smithi062 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:58.489158+0000 mgr.smithi062.imakbh (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 1944M 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.493133+0000 mon.smithi062 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.493938+0000 mon.smithi062 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:02:59.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.494545+0000 mon.smithi062 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.498371+0000 mon.smithi062 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:58.498730+0000 mgr.smithi062.imakbh (mgr.14180) 645 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.501911+0000 mon.smithi062 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:02:58.508432+0000 mon.smithi062 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:02:58.510284+0000 mgr.smithi062.imakbh (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.iotgfd on smithi092 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:59.186511+0000 mon.smithi062 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:02:59.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:02:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:02:59.186535+0000 mon.smithi062 (mon.0) 707 : cluster [INF] Cluster is now healthy 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:58.218798+0000 mgr.smithi062.imakbh (mgr.14180) 643 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.487083+0000 mon.smithi062 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.487740+0000 mon.smithi062 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.488255+0000 mon.smithi062 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.488761+0000 mon.smithi062 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:58.489158+0000 mgr.smithi062.imakbh (mgr.14180) 644 : cephadm [INF] Adjusting osd_memory_target on smithi062 to 1944M 2023-11-17T07:02:59.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.493133+0000 mon.smithi062 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.493938+0000 mon.smithi062 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.494545+0000 mon.smithi062 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.498371+0000 mon.smithi062 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:58.498730+0000 mgr.smithi062.imakbh (mgr.14180) 645 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.501911+0000 mon.smithi062 (mon.0) 704 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:02:58.508432+0000 mon.smithi062 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:02:58.510284+0000 mgr.smithi062.imakbh (mgr.14180) 646 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.iotgfd on smithi092 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:59.186511+0000 mon.smithi062 (mon.0) 706 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:02:59.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:02:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:02:59.186535+0000 mon.smithi062 (mon.0) 707 : cluster [INF] Cluster is now healthy 2023-11-17T07:03:00.134 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:00.134 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:00.554 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:00.130097+0000 mgr.smithi062.imakbh (mgr.14180) 647 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:01.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:00.499172+0000 mgr.smithi062.imakbh (mgr.14180) 648 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:03:01.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:00.130097+0000 mgr.smithi062.imakbh (mgr.14180) 647 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:01.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:00.499172+0000 mgr.smithi062.imakbh (mgr.14180) 648 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:03:01.555 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:02.953 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:02.953 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:03.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:03.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:02.499698+0000 mgr.smithi062.imakbh (mgr.14180) 649 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:03:03.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:02.499698+0000 mgr.smithi062.imakbh (mgr.14180) 649 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2023-11-17T07:03:04.319 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:02.948951+0000 mgr.smithi062.imakbh (mgr.14180) 650 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:04.846 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:02.948951+0000 mgr.smithi062.imakbh (mgr.14180) 650 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:05.727 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:12.145 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:12.146 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:04.500161+0000 mgr.smithi062.imakbh (mgr.14180) 651 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.147 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:04.500161+0000 mgr.smithi062.imakbh (mgr.14180) 651 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.147 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:05.723579+0000 mgr.smithi062.imakbh (mgr.14180) 652 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:12.148 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:06.500613+0000 mgr.smithi062.imakbh (mgr.14180) 653 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.148 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:08.501302+0000 mgr.smithi062.imakbh (mgr.14180) 654 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.148 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:10.501970+0000 mgr.smithi062.imakbh (mgr.14180) 655 : 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 2023-11-17T07:03:12.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:12.149 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:05.723579+0000 mgr.smithi062.imakbh (mgr.14180) 652 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:12.150 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:06.500613+0000 mgr.smithi062.imakbh (mgr.14180) 653 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.150 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:08.501302+0000 mgr.smithi062.imakbh (mgr.14180) 654 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-11-17T07:03:12.150 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:10.501970+0000 mgr.smithi062.imakbh (mgr.14180) 655 : 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 2023-11-17T07:03:12.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:11.324638+0000 mon.smithi062 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:03:12.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:11.324638+0000 mon.smithi062 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:03:13.150 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:13.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:12.502509+0000 mgr.smithi062.imakbh (mgr.14180) 656 : 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 2023-11-17T07:03:13.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:12.502509+0000 mgr.smithi062.imakbh (mgr.14180) 656 : 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 2023-11-17T07:03:14.581 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:14.582 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:14.968 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:15.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:14.502892+0000 mgr.smithi062.imakbh (mgr.14180) 657 : 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 2023-11-17T07:03:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:14.576990+0000 mgr.smithi062.imakbh (mgr.14180) 658 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:15.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:14.502892+0000 mgr.smithi062.imakbh (mgr.14180) 657 : 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 2023-11-17T07:03:15.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:14.576990+0000 mgr.smithi062.imakbh (mgr.14180) 658 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:15.969 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:17.391 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:17.391 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:17.721 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:16.503291+0000 mgr.smithi062.imakbh (mgr.14180) 659 : 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 2023-11-17T07:03:17.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:17.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:16.503291+0000 mgr.smithi062.imakbh (mgr.14180) 659 : 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 2023-11-17T07:03:18.777 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:18.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:17.386408+0000 mgr.smithi062.imakbh (mgr.14180) 660 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:18.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:17.386408+0000 mgr.smithi062.imakbh (mgr.14180) 660 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:19.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:18.503757+0000 mgr.smithi062.imakbh (mgr.14180) 661 : 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 2023-11-17T07:03:20.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:18.503757+0000 mgr.smithi062.imakbh (mgr.14180) 661 : 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 2023-11-17T07:03:20.163 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:20.163 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:20.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:21.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:20.158766+0000 mgr.smithi062.imakbh (mgr.14180) 662 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:23.857 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:20.504177+0000 mgr.smithi062.imakbh (mgr.14180) 663 : 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 2023-11-17T07:03:23.857 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:23.858 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:20.158766+0000 mgr.smithi062.imakbh (mgr.14180) 662 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:23.859 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:20.504177+0000 mgr.smithi062.imakbh (mgr.14180) 663 : 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 2023-11-17T07:03:23.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:22.504722+0000 mgr.smithi062.imakbh (mgr.14180) 664 : 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 2023-11-17T07:03:23.891 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:22.504722+0000 mgr.smithi062.imakbh (mgr.14180) 664 : 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 2023-11-17T07:03:25.225 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:25.226 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:25.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:24.505329+0000 mgr.smithi062.imakbh (mgr.14180) 665 : 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 2023-11-17T07:03:25.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:24.505329+0000 mgr.smithi062.imakbh (mgr.14180) 665 : 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 2023-11-17T07:03:26.617 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:26.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:25.221143+0000 mgr.smithi062.imakbh (mgr.14180) 666 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:27.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:25.221143+0000 mgr.smithi062.imakbh (mgr.14180) 666 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:27.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:26.505794+0000 mgr.smithi062.imakbh (mgr.14180) 667 : 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 2023-11-17T07:03:28.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:26.505794+0000 mgr.smithi062.imakbh (mgr.14180) 667 : 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 2023-11-17T07:03:28.095 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:28.095 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:28.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:29.466 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:29.833 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:28.091086+0000 mgr.smithi062.imakbh (mgr.14180) 668 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:29.833 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:28.506396+0000 mgr.smithi062.imakbh (mgr.14180) 669 : 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 2023-11-17T07:03:30.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:28.091086+0000 mgr.smithi062.imakbh (mgr.14180) 668 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:28.506396+0000 mgr.smithi062.imakbh (mgr.14180) 669 : 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 2023-11-17T07:03:30.906 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:30.906 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:31.196 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:30.506849+0000 mgr.smithi062.imakbh (mgr.14180) 670 : 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 2023-11-17T07:03:31.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:31.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:30.506849+0000 mgr.smithi062.imakbh (mgr.14180) 670 : 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 2023-11-17T07:03:32.284 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:32.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:30.901805+0000 mgr.smithi062.imakbh (mgr.14180) 671 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:32.318 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:30.901805+0000 mgr.smithi062.imakbh (mgr.14180) 671 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:33.294 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:32.507534+0000 mgr.smithi062.imakbh (mgr.14180) 672 : 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 2023-11-17T07:03:33.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:32.507534+0000 mgr.smithi062.imakbh (mgr.14180) 672 : 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 2023-11-17T07:03:33.678 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:33.678 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:33.979 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:33.673989+0000 mgr.smithi062.imakbh (mgr.14180) 673 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:34.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:34.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:33.673989+0000 mgr.smithi062.imakbh (mgr.14180) 673 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:35.050 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:35.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:34.507941+0000 mgr.smithi062.imakbh (mgr.14180) 674 : 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 2023-11-17T07:03:35.393 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:34.507941+0000 mgr.smithi062.imakbh (mgr.14180) 674 : 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 2023-11-17T07:03:36.488 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:36.488 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:36.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:37.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:36.484400+0000 mgr.smithi062.imakbh (mgr.14180) 675 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:37.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:36.508329+0000 mgr.smithi062.imakbh (mgr.14180) 676 : 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 2023-11-17T07:03:37.866 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:37.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:36.484400+0000 mgr.smithi062.imakbh (mgr.14180) 675 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:37.900 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:36.508329+0000 mgr.smithi062.imakbh (mgr.14180) 676 : 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 2023-11-17T07:03:39.241 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:39.241 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:39.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:39.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:38.508821+0000 mgr.smithi062.imakbh (mgr.14180) 677 : 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 2023-11-17T07:03:39.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:38.508821+0000 mgr.smithi062.imakbh (mgr.14180) 677 : 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 2023-11-17T07:03:40.623 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:39.236857+0000 mgr.smithi062.imakbh (mgr.14180) 678 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:41.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:39.236857+0000 mgr.smithi062.imakbh (mgr.14180) 678 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:41.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:40.509313+0000 mgr.smithi062.imakbh (mgr.14180) 679 : 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 2023-11-17T07:03:55.746 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:55.776 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:40.509313+0000 mgr.smithi062.imakbh (mgr.14180) 679 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:41.988993+0000 mgr.smithi062.imakbh (mgr.14180) 680 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:42.509778+0000 mgr.smithi062.imakbh (mgr.14180) 681 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:44.510248+0000 mgr.smithi062.imakbh (mgr.14180) 682 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:46.510953+0000 mgr.smithi062.imakbh (mgr.14180) 683 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:48.511513+0000 mgr.smithi062.imakbh (mgr.14180) 684 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:50.512260+0000 mgr.smithi062.imakbh (mgr.14180) 685 : 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 2023-11-17T07:03:55.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:52.512936+0000 mgr.smithi062.imakbh (mgr.14180) 686 : 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 2023-11-17T07:03:55.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:55.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:41.988993+0000 mgr.smithi062.imakbh (mgr.14180) 680 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:42.509778+0000 mgr.smithi062.imakbh (mgr.14180) 681 : 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 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:44.510248+0000 mgr.smithi062.imakbh (mgr.14180) 682 : 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 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:46.510953+0000 mgr.smithi062.imakbh (mgr.14180) 683 : 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 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:48.511513+0000 mgr.smithi062.imakbh (mgr.14180) 684 : 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 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:50.512260+0000 mgr.smithi062.imakbh (mgr.14180) 685 : 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 2023-11-17T07:03:55.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:52.512936+0000 mgr.smithi062.imakbh (mgr.14180) 686 : 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 2023-11-17T07:03:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:54.513352+0000 mgr.smithi062.imakbh (mgr.14180) 687 : 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 2023-11-17T07:03:56.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:54.513352+0000 mgr.smithi062.imakbh (mgr.14180) 687 : 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 2023-11-17T07:03:56.778 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:57.882 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:56.513822+0000 mgr.smithi062.imakbh (mgr.14180) 688 : 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 2023-11-17T07:03:58.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:56.513822+0000 mgr.smithi062.imakbh (mgr.14180) 688 : 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 2023-11-17T07:03:58.281 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:03:58.281 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:03:58.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:03:59.654 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:03:59.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:03:58.276684+0000 mgr.smithi062.imakbh (mgr.14180) 689 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:03:59.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:03:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:03:58.514512+0000 mgr.smithi062.imakbh (mgr.14180) 690 : 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 2023-11-17T07:04:00.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:03:58.276684+0000 mgr.smithi062.imakbh (mgr.14180) 689 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:04:00.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:03:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:03:58.514512+0000 mgr.smithi062.imakbh (mgr.14180) 690 : 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 2023-11-17T07:04:01.054 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:37.204 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T06:57:51.453637Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.aizdpf on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:37.226 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:00.514955+0000 mgr.smithi062.imakbh (mgr.14180) 691 : 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 2023-11-17T07:05:37.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:00.514955+0000 mgr.smithi062.imakbh (mgr.14180) 691 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:04:01.048554+0000 mgr.smithi062.imakbh (mgr.14180) 692 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:02.515511+0000 mgr.smithi062.imakbh (mgr.14180) 693 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:04.516022+0000 mgr.smithi062.imakbh (mgr.14180) 694 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:06.516522+0000 mgr.smithi062.imakbh (mgr.14180) 695 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:08.517203+0000 mgr.smithi062.imakbh (mgr.14180) 696 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:10.517689+0000 mgr.smithi062.imakbh (mgr.14180) 697 : 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 2023-11-17T07:05:37.264 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:12.518373+0000 mgr.smithi062.imakbh (mgr.14180) 698 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:14.518879+0000 mgr.smithi062.imakbh (mgr.14180) 699 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:16.519387+0000 mgr.smithi062.imakbh (mgr.14180) 700 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:18.520051+0000 mgr.smithi062.imakbh (mgr.14180) 701 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:20.520672+0000 mgr.smithi062.imakbh (mgr.14180) 702 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:22.521298+0000 mgr.smithi062.imakbh (mgr.14180) 703 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:24.521920+0000 mgr.smithi062.imakbh (mgr.14180) 704 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:26.522475+0000 mgr.smithi062.imakbh (mgr.14180) 705 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:28.523143+0000 mgr.smithi062.imakbh (mgr.14180) 706 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:30.523797+0000 mgr.smithi062.imakbh (mgr.14180) 707 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:32.524555+0000 mgr.smithi062.imakbh (mgr.14180) 708 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:34.525114+0000 mgr.smithi062.imakbh (mgr.14180) 709 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:36.525797+0000 mgr.smithi062.imakbh (mgr.14180) 710 : 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 2023-11-17T07:05:37.265 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:38.526349+0000 mgr.smithi062.imakbh (mgr.14180) 711 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:40.526898+0000 mgr.smithi062.imakbh (mgr.14180) 712 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:42.527488+0000 mgr.smithi062.imakbh (mgr.14180) 713 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:44.527972+0000 mgr.smithi062.imakbh (mgr.14180) 714 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:46.528463+0000 mgr.smithi062.imakbh (mgr.14180) 715 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:48.529119+0000 mgr.smithi062.imakbh (mgr.14180) 716 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:50.529565+0000 mgr.smithi062.imakbh (mgr.14180) 717 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:52.530159+0000 mgr.smithi062.imakbh (mgr.14180) 718 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:54.530689+0000 mgr.smithi062.imakbh (mgr.14180) 719 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:56.531161+0000 mgr.smithi062.imakbh (mgr.14180) 720 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:04:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:04:58.531746+0000 mgr.smithi062.imakbh (mgr.14180) 721 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:00.532292+0000 mgr.smithi062.imakbh (mgr.14180) 722 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:02.532955+0000 mgr.smithi062.imakbh (mgr.14180) 723 : 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 2023-11-17T07:05:37.266 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:04.533407+0000 mgr.smithi062.imakbh (mgr.14180) 724 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:06.533960+0000 mgr.smithi062.imakbh (mgr.14180) 725 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:08.534470+0000 mgr.smithi062.imakbh (mgr.14180) 726 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:10.535021+0000 mgr.smithi062.imakbh (mgr.14180) 727 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:12.535544+0000 mgr.smithi062.imakbh (mgr.14180) 728 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:14.536151+0000 mgr.smithi062.imakbh (mgr.14180) 729 : 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 2023-11-17T07:05:37.267 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:16.536785+0000 mgr.smithi062.imakbh (mgr.14180) 730 : 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 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:18.537300+0000 mgr.smithi062.imakbh (mgr.14180) 731 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:20.537866+0000 mgr.smithi062.imakbh (mgr.14180) 732 : 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 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:22.538415+0000 mgr.smithi062.imakbh (mgr.14180) 733 : 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 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:24.538919+0000 mgr.smithi062.imakbh (mgr.14180) 734 : 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 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:26.539504+0000 mgr.smithi062.imakbh (mgr.14180) 735 : 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 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:27.418159+0000 mon.smithi062 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.iotgfd"}]: dispatch 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:05:27.417438+0000 mgr.smithi062.imakbh (mgr.14180) 736 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.299 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.300 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.301 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:05:27.417744+0000 mgr.smithi062.imakbh (mgr.14180) 737 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:05:27.419005+0000 mgr.smithi062.imakbh (mgr.14180) 738 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.302 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:05:27.420705+0000 mgr.smithi062.imakbh (mgr.14180) 739 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.bidyac on smithi062 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:28.540014+0000 mgr.smithi062.imakbh (mgr.14180) 740 : 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 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:30.540533+0000 mgr.smithi062.imakbh (mgr.14180) 741 : 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 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:32.541197+0000 mgr.smithi062.imakbh (mgr.14180) 742 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:34.541813+0000 mgr.smithi062.imakbh (mgr.14180) 743 : 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 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:04:01.048554+0000 mgr.smithi062.imakbh (mgr.14180) 692 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:02.515511+0000 mgr.smithi062.imakbh (mgr.14180) 693 : 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 2023-11-17T07:05:37.304 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:04.516022+0000 mgr.smithi062.imakbh (mgr.14180) 694 : 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 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:06.516522+0000 mgr.smithi062.imakbh (mgr.14180) 695 : 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 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:08.517203+0000 mgr.smithi062.imakbh (mgr.14180) 696 : 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 2023-11-17T07:05:37.332 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:10.517689+0000 mgr.smithi062.imakbh (mgr.14180) 697 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:12.518373+0000 mgr.smithi062.imakbh (mgr.14180) 698 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:14.518879+0000 mgr.smithi062.imakbh (mgr.14180) 699 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:16.519387+0000 mgr.smithi062.imakbh (mgr.14180) 700 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:18.520051+0000 mgr.smithi062.imakbh (mgr.14180) 701 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:20.520672+0000 mgr.smithi062.imakbh (mgr.14180) 702 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:22.521298+0000 mgr.smithi062.imakbh (mgr.14180) 703 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:24.521920+0000 mgr.smithi062.imakbh (mgr.14180) 704 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:26.522475+0000 mgr.smithi062.imakbh (mgr.14180) 705 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:28.523143+0000 mgr.smithi062.imakbh (mgr.14180) 706 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:30.523797+0000 mgr.smithi062.imakbh (mgr.14180) 707 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:32.524555+0000 mgr.smithi062.imakbh (mgr.14180) 708 : 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 2023-11-17T07:05:37.333 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:34.525114+0000 mgr.smithi062.imakbh (mgr.14180) 709 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:36.525797+0000 mgr.smithi062.imakbh (mgr.14180) 710 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:38.526349+0000 mgr.smithi062.imakbh (mgr.14180) 711 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:40.526898+0000 mgr.smithi062.imakbh (mgr.14180) 712 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:42.527488+0000 mgr.smithi062.imakbh (mgr.14180) 713 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:44.527972+0000 mgr.smithi062.imakbh (mgr.14180) 714 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:46.528463+0000 mgr.smithi062.imakbh (mgr.14180) 715 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:48.529119+0000 mgr.smithi062.imakbh (mgr.14180) 716 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:50.529565+0000 mgr.smithi062.imakbh (mgr.14180) 717 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:52.530159+0000 mgr.smithi062.imakbh (mgr.14180) 718 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:54.530689+0000 mgr.smithi062.imakbh (mgr.14180) 719 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:56.531161+0000 mgr.smithi062.imakbh (mgr.14180) 720 : 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 2023-11-17T07:05:37.334 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:04:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:04:58.531746+0000 mgr.smithi062.imakbh (mgr.14180) 721 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:00.532292+0000 mgr.smithi062.imakbh (mgr.14180) 722 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:02.532955+0000 mgr.smithi062.imakbh (mgr.14180) 723 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:04.533407+0000 mgr.smithi062.imakbh (mgr.14180) 724 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:06.533960+0000 mgr.smithi062.imakbh (mgr.14180) 725 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:08.534470+0000 mgr.smithi062.imakbh (mgr.14180) 726 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:10.535021+0000 mgr.smithi062.imakbh (mgr.14180) 727 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:12.535544+0000 mgr.smithi062.imakbh (mgr.14180) 728 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:14.536151+0000 mgr.smithi062.imakbh (mgr.14180) 729 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:16.536785+0000 mgr.smithi062.imakbh (mgr.14180) 730 : 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 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:18.537300+0000 mgr.smithi062.imakbh (mgr.14180) 731 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.335 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:20.537866+0000 mgr.smithi062.imakbh (mgr.14180) 732 : 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 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:22.538415+0000 mgr.smithi062.imakbh (mgr.14180) 733 : 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 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:24.538919+0000 mgr.smithi062.imakbh (mgr.14180) 734 : 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 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:26.539504+0000 mgr.smithi062.imakbh (mgr.14180) 735 : 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 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:27.418159+0000 mon.smithi062 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.iotgfd"}]: dispatch 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:05:27.417438+0000 mgr.smithi062.imakbh (mgr.14180) 736 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.336 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.337 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:05:27.417744+0000 mgr.smithi062.imakbh (mgr.14180) 737 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:05:27.419005+0000 mgr.smithi062.imakbh (mgr.14180) 738 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd 2023-11-17T07:05:37.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.iotgfd ... 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:03:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:04:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:05:27.420705+0000 mgr.smithi062.imakbh (mgr.14180) 739 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.bidyac on smithi062 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:28.540014+0000 mgr.smithi062.imakbh (mgr.14180) 740 : 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 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:30.540533+0000 mgr.smithi062.imakbh (mgr.14180) 741 : 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 2023-11-17T07:05:37.339 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:32.541197+0000 mgr.smithi062.imakbh (mgr.14180) 742 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:37.340 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:34.541813+0000 mgr.smithi062.imakbh (mgr.14180) 743 : 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 2023-11-17T07:05:37.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:36.542535+0000 mgr.smithi062.imakbh (mgr.14180) 744 : 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 2023-11-17T07:05:38.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:36.542535+0000 mgr.smithi062.imakbh (mgr.14180) 744 : 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 2023-11-17T07:05:38.238 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:39.618 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:39.618 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:39.887 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:38.543052+0000 mgr.smithi062.imakbh (mgr.14180) 745 : 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 2023-11-17T07:05:39.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:40.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:38.543052+0000 mgr.smithi062.imakbh (mgr.14180) 745 : 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 2023-11-17T07:05:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:39.613616+0000 mgr.smithi062.imakbh (mgr.14180) 746 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:40.982 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:41.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:39.613616+0000 mgr.smithi062.imakbh (mgr.14180) 746 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:41.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:40.543683+0000 mgr.smithi062.imakbh (mgr.14180) 747 : 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 2023-11-17T07:05:42.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:40.543683+0000 mgr.smithi062.imakbh (mgr.14180) 747 : 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 2023-11-17T07:05:42.352 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:42.352 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:42.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:43.723 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:43.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:42.347955+0000 mgr.smithi062.imakbh (mgr.14180) 748 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:43.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:42.544329+0000 mgr.smithi062.imakbh (mgr.14180) 749 : 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 2023-11-17T07:05:44.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:42.347955+0000 mgr.smithi062.imakbh (mgr.14180) 748 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:44.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:42.544329+0000 mgr.smithi062.imakbh (mgr.14180) 749 : 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 2023-11-17T07:05:45.238 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:45.238 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:45.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:45.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:44.544700+0000 mgr.smithi062.imakbh (mgr.14180) 750 : 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 2023-11-17T07:05:46.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:44.544700+0000 mgr.smithi062.imakbh (mgr.14180) 750 : 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 2023-11-17T07:05:46.606 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:46.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:45.233706+0000 mgr.smithi062.imakbh (mgr.14180) 751 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:47.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:45.233706+0000 mgr.smithi062.imakbh (mgr.14180) 751 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:46.545212+0000 mgr.smithi062.imakbh (mgr.14180) 752 : 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 2023-11-17T07:05:48.049 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:48.050 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:48.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:46.545212+0000 mgr.smithi062.imakbh (mgr.14180) 752 : 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 2023-11-17T07:05:48.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:49.414 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:49.756 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:48.045047+0000 mgr.smithi062.imakbh (mgr.14180) 753 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:49.756 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:48.545664+0000 mgr.smithi062.imakbh (mgr.14180) 754 : 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 2023-11-17T07:05:50.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:48.045047+0000 mgr.smithi062.imakbh (mgr.14180) 753 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:50.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:48.545664+0000 mgr.smithi062.imakbh (mgr.14180) 754 : 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 2023-11-17T07:05:50.923 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:50.923 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:51.244 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:50.546133+0000 mgr.smithi062.imakbh (mgr.14180) 755 : 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 2023-11-17T07:05:51.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:51.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:50.546133+0000 mgr.smithi062.imakbh (mgr.14180) 755 : 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 2023-11-17T07:05:52.304 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:52.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:50.918853+0000 mgr.smithi062.imakbh (mgr.14180) 756 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:52.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:50.918853+0000 mgr.smithi062.imakbh (mgr.14180) 756 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:53.308 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:52.546738+0000 mgr.smithi062.imakbh (mgr.14180) 757 : 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 2023-11-17T07:05:53.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:52.546738+0000 mgr.smithi062.imakbh (mgr.14180) 757 : 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 2023-11-17T07:05:53.678 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:53.679 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:54.053 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:54.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:53.674441+0000 mgr.smithi062.imakbh (mgr.14180) 758 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:54.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:53.674441+0000 mgr.smithi062.imakbh (mgr.14180) 758 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:55.055 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:55.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:54.547373+0000 mgr.smithi062.imakbh (mgr.14180) 759 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:55.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:54.547373+0000 mgr.smithi062.imakbh (mgr.14180) 759 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:05:56.504 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:56.504 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:56.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:57.888 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:05:57.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:56.499695+0000 mgr.smithi062.imakbh (mgr.14180) 760 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:57.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:56.547826+0000 mgr.smithi062.imakbh (mgr.14180) 761 : 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 2023-11-17T07:05:58.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:56.499695+0000 mgr.smithi062.imakbh (mgr.14180) 760 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:05:58.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:56.547826+0000 mgr.smithi062.imakbh (mgr.14180) 761 : 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 2023-11-17T07:05:59.318 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:05:59.318 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:05:59.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:05:59.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:05:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:05:58.548323+0000 mgr.smithi062.imakbh (mgr.14180) 762 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:00.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:05:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:05:58.548323+0000 mgr.smithi062.imakbh (mgr.14180) 762 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:00.672 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:00.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:05:59.313712+0000 mgr.smithi062.imakbh (mgr.14180) 763 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:01.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:05:59.313712+0000 mgr.smithi062.imakbh (mgr.14180) 763 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:01.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:00.548907+0000 mgr.smithi062.imakbh (mgr.14180) 764 : 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 2023-11-17T07:06:02.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:00.548907+0000 mgr.smithi062.imakbh (mgr.14180) 764 : 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 2023-11-17T07:06:02.104 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:02.104 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:02.494 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:03.496 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:03.845 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:02.100268+0000 mgr.smithi062.imakbh (mgr.14180) 765 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:03.846 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:02.549462+0000 mgr.smithi062.imakbh (mgr.14180) 766 : 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 2023-11-17T07:06:04.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:02.100268+0000 mgr.smithi062.imakbh (mgr.14180) 765 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:02.549462+0000 mgr.smithi062.imakbh (mgr.14180) 766 : 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 2023-11-17T07:06:04.886 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:04.886 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:05.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:05.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:04.549810+0000 mgr.smithi062.imakbh (mgr.14180) 767 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:06.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:04.549810+0000 mgr.smithi062.imakbh (mgr.14180) 767 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:06:06.262 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:06.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:04.881482+0000 mgr.smithi062.imakbh (mgr.14180) 768 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:07.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:04.881482+0000 mgr.smithi062.imakbh (mgr.14180) 768 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:07.646 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:07.646 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:07.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:06.550296+0000 mgr.smithi062.imakbh (mgr.14180) 769 : 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 2023-11-17T07:06:08.027 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:08.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:06.550296+0000 mgr.smithi062.imakbh (mgr.14180) 769 : 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 2023-11-17T07:06:08.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:07.641984+0000 mgr.smithi062.imakbh (mgr.14180) 770 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:09.028 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:09.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:07.641984+0000 mgr.smithi062.imakbh (mgr.14180) 770 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:09.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:08.550851+0000 mgr.smithi062.imakbh (mgr.14180) 771 : 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 2023-11-17T07:06:10.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:08.550851+0000 mgr.smithi062.imakbh (mgr.14180) 771 : 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 2023-11-17T07:06:10.432 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:10.432 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:10.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:11.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:10.427591+0000 mgr.smithi062.imakbh (mgr.14180) 772 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:11.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:10.551359+0000 mgr.smithi062.imakbh (mgr.14180) 773 : 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 2023-11-17T07:06:11.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:10.427591+0000 mgr.smithi062.imakbh (mgr.14180) 772 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:11.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:10.551359+0000 mgr.smithi062.imakbh (mgr.14180) 773 : 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 2023-11-17T07:06:11.812 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:13.130 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:13.131 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:13.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:13.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:12.551952+0000 mgr.smithi062.imakbh (mgr.14180) 774 : 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 2023-11-17T07:06:14.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:12.551952+0000 mgr.smithi062.imakbh (mgr.14180) 774 : 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 2023-11-17T07:06:14.530 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:14.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:13.126631+0000 mgr.smithi062.imakbh (mgr.14180) 775 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:15.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:13.126631+0000 mgr.smithi062.imakbh (mgr.14180) 775 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:15.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:14.552359+0000 mgr.smithi062.imakbh (mgr.14180) 776 : 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 2023-11-17T07:06:15.935 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:15.935 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:16.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:14.552359+0000 mgr.smithi062.imakbh (mgr.14180) 776 : 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 2023-11-17T07:06:16.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:17.344 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:17.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:15.931400+0000 mgr.smithi062.imakbh (mgr.14180) 777 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:17.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:16.552798+0000 mgr.smithi062.imakbh (mgr.14180) 778 : 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 2023-11-17T07:06:18.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:15.931400+0000 mgr.smithi062.imakbh (mgr.14180) 777 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:18.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:16.552798+0000 mgr.smithi062.imakbh (mgr.14180) 778 : 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 2023-11-17T07:06:18.759 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:18.760 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:19.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:19.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:18.553244+0000 mgr.smithi062.imakbh (mgr.14180) 779 : 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 2023-11-17T07:06:19.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:18.755554+0000 mgr.smithi062.imakbh (mgr.14180) 780 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:20.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:18.553244+0000 mgr.smithi062.imakbh (mgr.14180) 779 : 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 2023-11-17T07:06:20.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:18.755554+0000 mgr.smithi062.imakbh (mgr.14180) 780 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:20.126 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:21.122 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:20.553837+0000 mgr.smithi062.imakbh (mgr.14180) 781 : 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 2023-11-17T07:06:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:20.553837+0000 mgr.smithi062.imakbh (mgr.14180) 781 : 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 2023-11-17T07:06:21.477 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:21.478 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:21.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:22.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:21.473605+0000 mgr.smithi062.imakbh (mgr.14180) 782 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:22.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:21.473605+0000 mgr.smithi062.imakbh (mgr.14180) 782 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:22.844 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:23.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:22.554479+0000 mgr.smithi062.imakbh (mgr.14180) 783 : 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 2023-11-17T07:06:23.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:22.554479+0000 mgr.smithi062.imakbh (mgr.14180) 783 : 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 2023-11-17T07:06:24.219 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:24.220 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:24.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:25.637 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:25.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:24.215280+0000 mgr.smithi062.imakbh (mgr.14180) 784 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:25.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:24.554835+0000 mgr.smithi062.imakbh (mgr.14180) 785 : 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 2023-11-17T07:06:26.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:24.215280+0000 mgr.smithi062.imakbh (mgr.14180) 784 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:26.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:24.554835+0000 mgr.smithi062.imakbh (mgr.14180) 785 : 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 2023-11-17T07:06:27.073 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:27.073 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:27.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:27.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:26.555322+0000 mgr.smithi062.imakbh (mgr.14180) 786 : 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 2023-11-17T07:06:28.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:26.555322+0000 mgr.smithi062.imakbh (mgr.14180) 786 : 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 2023-11-17T07:06:28.442 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:28.801 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:27.068546+0000 mgr.smithi062.imakbh (mgr.14180) 787 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:29.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:27.068546+0000 mgr.smithi062.imakbh (mgr.14180) 787 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:29.838 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:29.838 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:29.858 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:28.555760+0000 mgr.smithi062.imakbh (mgr.14180) 788 : 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 2023-11-17T07:06:30.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:28.555760+0000 mgr.smithi062.imakbh (mgr.14180) 788 : 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 2023-11-17T07:06:30.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:31.216 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:31.250 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:29.833686+0000 mgr.smithi062.imakbh (mgr.14180) 789 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:31.250 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:30.556255+0000 mgr.smithi062.imakbh (mgr.14180) 790 : 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 2023-11-17T07:06:31.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:29.833686+0000 mgr.smithi062.imakbh (mgr.14180) 789 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:31.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:30.556255+0000 mgr.smithi062.imakbh (mgr.14180) 790 : 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 2023-11-17T07:06:32.527 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:32.527 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:32.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:33.900 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:33.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:32.522613+0000 mgr.smithi062.imakbh (mgr.14180) 791 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:33.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:32.556749+0000 mgr.smithi062.imakbh (mgr.14180) 792 : 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 2023-11-17T07:06:34.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:32.522613+0000 mgr.smithi062.imakbh (mgr.14180) 791 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:34.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:32.556749+0000 mgr.smithi062.imakbh (mgr.14180) 792 : 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 2023-11-17T07:06:35.291 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:35.291 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:35.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:35.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:34.557158+0000 mgr.smithi062.imakbh (mgr.14180) 793 : 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 2023-11-17T07:06:36.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:34.557158+0000 mgr.smithi062.imakbh (mgr.14180) 793 : 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 2023-11-17T07:06:36.658 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:36.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:35.286689+0000 mgr.smithi062.imakbh (mgr.14180) 794 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:37.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:35.286689+0000 mgr.smithi062.imakbh (mgr.14180) 794 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:37.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:36.557659+0000 mgr.smithi062.imakbh (mgr.14180) 795 : 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 2023-11-17T07:06:38.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:36.557659+0000 mgr.smithi062.imakbh (mgr.14180) 795 : 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 2023-11-17T07:06:38.114 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:38.115 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:38.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:39.499 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:39.858 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:38.110755+0000 mgr.smithi062.imakbh (mgr.14180) 796 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:39.858 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:38.558348+0000 mgr.smithi062.imakbh (mgr.14180) 797 : 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 2023-11-17T07:06:40.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:38.110755+0000 mgr.smithi062.imakbh (mgr.14180) 796 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:40.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:38.558348+0000 mgr.smithi062.imakbh (mgr.14180) 797 : 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 2023-11-17T07:06:40.913 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:40.913 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:41.213 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:40.558788+0000 mgr.smithi062.imakbh (mgr.14180) 798 : 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 2023-11-17T07:06:41.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:41.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:40.558788+0000 mgr.smithi062.imakbh (mgr.14180) 798 : 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 2023-11-17T07:06:42.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:42.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:40.909224+0000 mgr.smithi062.imakbh (mgr.14180) 799 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:42.338 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:40.909224+0000 mgr.smithi062.imakbh (mgr.14180) 799 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:43.277 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:42.559369+0000 mgr.smithi062.imakbh (mgr.14180) 800 : 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 2023-11-17T07:06:43.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:42.559369+0000 mgr.smithi062.imakbh (mgr.14180) 800 : 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 2023-11-17T07:06:43.634 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:43.634 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:43.998 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:44.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:43.629888+0000 mgr.smithi062.imakbh (mgr.14180) 801 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:44.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:43.629888+0000 mgr.smithi062.imakbh (mgr.14180) 801 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:44.999 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:45.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:44.559797+0000 mgr.smithi062.imakbh (mgr.14180) 802 : 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 2023-11-17T07:06:45.358 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:44.559797+0000 mgr.smithi062.imakbh (mgr.14180) 802 : 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 2023-11-17T07:06:46.409 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:46.410 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:46.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:47.817 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:46.405764+0000 mgr.smithi062.imakbh (mgr.14180) 803 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:46.560232+0000 mgr.smithi062.imakbh (mgr.14180) 804 : 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 2023-11-17T07:06:48.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:46.405764+0000 mgr.smithi062.imakbh (mgr.14180) 803 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:48.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:46.560232+0000 mgr.smithi062.imakbh (mgr.14180) 804 : 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 2023-11-17T07:06:49.170 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:49.170 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:49.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:49.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:48.560667+0000 mgr.smithi062.imakbh (mgr.14180) 805 : 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 2023-11-17T07:06:50.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:48.560667+0000 mgr.smithi062.imakbh (mgr.14180) 805 : 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 2023-11-17T07:06:50.539 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:50.881 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:49.165812+0000 mgr.smithi062.imakbh (mgr.14180) 806 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:49.165812+0000 mgr.smithi062.imakbh (mgr.14180) 806 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:51.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:50.561191+0000 mgr.smithi062.imakbh (mgr.14180) 807 : 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 2023-11-17T07:06:51.960 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:51.961 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:52.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:50.561191+0000 mgr.smithi062.imakbh (mgr.14180) 807 : 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 2023-11-17T07:06:52.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:53.439 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:53.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:51.956433+0000 mgr.smithi062.imakbh (mgr.14180) 808 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:53.780 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:52.561942+0000 mgr.smithi062.imakbh (mgr.14180) 809 : 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 2023-11-17T07:06:54.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:51.956433+0000 mgr.smithi062.imakbh (mgr.14180) 808 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:54.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:52.561942+0000 mgr.smithi062.imakbh (mgr.14180) 809 : 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 2023-11-17T07:06:54.979 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:06:54.979 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:06:55.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:06:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:54.562423+0000 mgr.smithi062.imakbh (mgr.14180) 810 : 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 2023-11-17T07:06:56.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:54.562423+0000 mgr.smithi062.imakbh (mgr.14180) 810 : 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 2023-11-17T07:06:56.431 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:06:56.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:54.975348+0000 mgr.smithi062.imakbh (mgr.14180) 811 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:06:57.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:54.975348+0000 mgr.smithi062.imakbh (mgr.14180) 811 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:03.896 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:56.562856+0000 mgr.smithi062.imakbh (mgr.14180) 812 : 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 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:56.562856+0000 mgr.smithi062.imakbh (mgr.14180) 812 : 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 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:06:57.774476+0000 mgr.smithi062.imakbh (mgr.14180) 813 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:06:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:06:58.563314+0000 mgr.smithi062.imakbh (mgr.14180) 814 : 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 2023-11-17T07:07:03.897 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:00.563929+0000 mgr.smithi062.imakbh (mgr.14180) 815 : 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 2023-11-17T07:07:03.898 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:03.898 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:03.898 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:06:57.774476+0000 mgr.smithi062.imakbh (mgr.14180) 813 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:06:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:06:58.563314+0000 mgr.smithi062.imakbh (mgr.14180) 814 : 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 2023-11-17T07:07:03.899 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:00.563929+0000 mgr.smithi062.imakbh (mgr.14180) 815 : 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 2023-11-17T07:07:03.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:02.564605+0000 mgr.smithi062.imakbh (mgr.14180) 816 : 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 2023-11-17T07:07:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:02.564605+0000 mgr.smithi062.imakbh (mgr.14180) 816 : 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 2023-11-17T07:07:04.899 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:05.889 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:04.565251+0000 mgr.smithi062.imakbh (mgr.14180) 817 : 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 2023-11-17T07:07:06.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:04.565251+0000 mgr.smithi062.imakbh (mgr.14180) 817 : 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 2023-11-17T07:07:06.264 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:06.265 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:06.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:07.647 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:13.090 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:06.259428+0000 mgr.smithi062.imakbh (mgr.14180) 818 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:13.090 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:06.565881+0000 mgr.smithi062.imakbh (mgr.14180) 819 : 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 2023-11-17T07:07:13.090 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:08.566558+0000 mgr.smithi062.imakbh (mgr.14180) 820 : 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 2023-11-17T07:07:13.091 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:10.567081+0000 mgr.smithi062.imakbh (mgr.14180) 821 : 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 2023-11-17T07:07:13.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:06.259428+0000 mgr.smithi062.imakbh (mgr.14180) 818 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:13.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:06.565881+0000 mgr.smithi062.imakbh (mgr.14180) 819 : 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 2023-11-17T07:07:13.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:08.566558+0000 mgr.smithi062.imakbh (mgr.14180) 820 : 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 2023-11-17T07:07:13.091 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:10.567081+0000 mgr.smithi062.imakbh (mgr.14180) 821 : 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 2023-11-17T07:07:13.839 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:12.567896+0000 mgr.smithi062.imakbh (mgr.14180) 822 : 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 2023-11-17T07:07:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:12.567896+0000 mgr.smithi062.imakbh (mgr.14180) 822 : 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 2023-11-17T07:07:14.497 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:14.498 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:14.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:15.895 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:15.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:14.493580+0000 mgr.smithi062.imakbh (mgr.14180) 823 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:15.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:14.568345+0000 mgr.smithi062.imakbh (mgr.14180) 824 : 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 2023-11-17T07:07:16.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:14.493580+0000 mgr.smithi062.imakbh (mgr.14180) 823 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:16.070 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:14.568345+0000 mgr.smithi062.imakbh (mgr.14180) 824 : 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 2023-11-17T07:07:17.269 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:17.269 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:17.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:17.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:16.568767+0000 mgr.smithi062.imakbh (mgr.14180) 825 : 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 2023-11-17T07:07:18.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:16.568767+0000 mgr.smithi062.imakbh (mgr.14180) 825 : 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 2023-11-17T07:07:18.654 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:18.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:17.264747+0000 mgr.smithi062.imakbh (mgr.14180) 826 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:19.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:17.264747+0000 mgr.smithi062.imakbh (mgr.14180) 826 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:19.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:18.569499+0000 mgr.smithi062.imakbh (mgr.14180) 827 : 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 2023-11-17T07:07:20.012 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:20.012 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:20.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:18.569499+0000 mgr.smithi062.imakbh (mgr.14180) 827 : 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 2023-11-17T07:07:20.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:20.007853+0000 mgr.smithi062.imakbh (mgr.14180) 828 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:21.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:20.570217+0000 mgr.smithi062.imakbh (mgr.14180) 829 : 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 2023-11-17T07:07:21.402 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:21.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:20.007853+0000 mgr.smithi062.imakbh (mgr.14180) 828 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:21.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:20.570217+0000 mgr.smithi062.imakbh (mgr.14180) 829 : 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 2023-11-17T07:07:22.933 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:22.934 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:23.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:23.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:22.570750+0000 mgr.smithi062.imakbh (mgr.14180) 830 : 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 2023-11-17T07:07:24.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:22.570750+0000 mgr.smithi062.imakbh (mgr.14180) 830 : 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 2023-11-17T07:07:24.297 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:24.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:22.928956+0000 mgr.smithi062.imakbh (mgr.14180) 831 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:25.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:22.928956+0000 mgr.smithi062.imakbh (mgr.14180) 831 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:25.687 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:25.687 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:25.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:24.571380+0000 mgr.smithi062.imakbh (mgr.14180) 832 : 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 2023-11-17T07:07:26.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:26.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:24.571380+0000 mgr.smithi062.imakbh (mgr.14180) 832 : 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 2023-11-17T07:07:26.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:25.683106+0000 mgr.smithi062.imakbh (mgr.14180) 833 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:27.061 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:27.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:25.683106+0000 mgr.smithi062.imakbh (mgr.14180) 833 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:27.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:26.571837+0000 mgr.smithi062.imakbh (mgr.14180) 834 : 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 2023-11-17T07:07:28.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:26.571837+0000 mgr.smithi062.imakbh (mgr.14180) 834 : 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 2023-11-17T07:07:28.446 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:28.446 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:28.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:29.817 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:29.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:28.442197+0000 mgr.smithi062.imakbh (mgr.14180) 835 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:29.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:28.572289+0000 mgr.smithi062.imakbh (mgr.14180) 836 : 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 2023-11-17T07:07:30.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:28.442197+0000 mgr.smithi062.imakbh (mgr.14180) 835 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:28.572289+0000 mgr.smithi062.imakbh (mgr.14180) 836 : 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 2023-11-17T07:07:31.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:30.572716+0000 mgr.smithi062.imakbh (mgr.14180) 837 : 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 2023-11-17T07:07:31.204 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:31.204 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:31.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:30.572716+0000 mgr.smithi062.imakbh (mgr.14180) 837 : 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 2023-11-17T07:07:31.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:32.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:31.200337+0000 mgr.smithi062.imakbh (mgr.14180) 838 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:32.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:31.200337+0000 mgr.smithi062.imakbh (mgr.14180) 838 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:32.527 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:33.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:32.573404+0000 mgr.smithi062.imakbh (mgr.14180) 839 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:33.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:32.573404+0000 mgr.smithi062.imakbh (mgr.14180) 839 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:07:33.958 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:33.958 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:34.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:35.335 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:35.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:33.953611+0000 mgr.smithi062.imakbh (mgr.14180) 840 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:35.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:34.573845+0000 mgr.smithi062.imakbh (mgr.14180) 841 : 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 2023-11-17T07:07:36.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:33.953611+0000 mgr.smithi062.imakbh (mgr.14180) 840 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:36.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:34.573845+0000 mgr.smithi062.imakbh (mgr.14180) 841 : 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 2023-11-17T07:07:36.734 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:36.734 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:37.098 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:37.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:36.574321+0000 mgr.smithi062.imakbh (mgr.14180) 842 : 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 2023-11-17T07:07:37.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:36.729547+0000 mgr.smithi062.imakbh (mgr.14180) 843 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:38.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:36.574321+0000 mgr.smithi062.imakbh (mgr.14180) 842 : 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 2023-11-17T07:07:38.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:36.729547+0000 mgr.smithi062.imakbh (mgr.14180) 843 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:38.099 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:39.454 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:39.455 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:39.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:38.574907+0000 mgr.smithi062.imakbh (mgr.14180) 844 : 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 2023-11-17T07:07:39.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:40.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:38.574907+0000 mgr.smithi062.imakbh (mgr.14180) 844 : 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 2023-11-17T07:07:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:39.450343+0000 mgr.smithi062.imakbh (mgr.14180) 845 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:40.977 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:41.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:39.450343+0000 mgr.smithi062.imakbh (mgr.14180) 845 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:41.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:40.575466+0000 mgr.smithi062.imakbh (mgr.14180) 846 : 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 2023-11-17T07:07:42.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:40.575466+0000 mgr.smithi062.imakbh (mgr.14180) 846 : 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 2023-11-17T07:07:42.485 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:42.486 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:42.881 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:43.882 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:43.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:42.481220+0000 mgr.smithi062.imakbh (mgr.14180) 847 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:43.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:42.576010+0000 mgr.smithi062.imakbh (mgr.14180) 848 : 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 2023-11-17T07:07:44.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:42.481220+0000 mgr.smithi062.imakbh (mgr.14180) 847 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:44.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:42.576010+0000 mgr.smithi062.imakbh (mgr.14180) 848 : 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 2023-11-17T07:07:45.559 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:45.560 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:45.854 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:44.576484+0000 mgr.smithi062.imakbh (mgr.14180) 849 : 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 2023-11-17T07:07:45.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:46.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:44.576484+0000 mgr.smithi062.imakbh (mgr.14180) 849 : 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 2023-11-17T07:07:46.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:45.555602+0000 mgr.smithi062.imakbh (mgr.14180) 850 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:46.932 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:47.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:45.555602+0000 mgr.smithi062.imakbh (mgr.14180) 850 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:47.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:46.577260+0000 mgr.smithi062.imakbh (mgr.14180) 851 : 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 2023-11-17T07:07:48.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:46.577260+0000 mgr.smithi062.imakbh (mgr.14180) 851 : 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 2023-11-17T07:07:48.369 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:48.369 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:48.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:49.748 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:49.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:48.365184+0000 mgr.smithi062.imakbh (mgr.14180) 852 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:49.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:48.577715+0000 mgr.smithi062.imakbh (mgr.14180) 853 : 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 2023-11-17T07:07:50.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:48.365184+0000 mgr.smithi062.imakbh (mgr.14180) 852 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:50.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:48.577715+0000 mgr.smithi062.imakbh (mgr.14180) 853 : 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 2023-11-17T07:07:51.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:50.578236+0000 mgr.smithi062.imakbh (mgr.14180) 854 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:51.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:50.578236+0000 mgr.smithi062.imakbh (mgr.14180) 854 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:07:51.354 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:07:51.354 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:07:51.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:07:52.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:51.350460+0000 mgr.smithi062.imakbh (mgr.14180) 855 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:52.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:51.350460+0000 mgr.smithi062.imakbh (mgr.14180) 855 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:07:52.739 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:07:53.114 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:52.578734+0000 mgr.smithi062.imakbh (mgr.14180) 856 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.405 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:18.405 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:02:58.180755Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:02:58.181039Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:00:25.284294Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.bdmlpa on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-bdmlpa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.bdmlpa\nDeploy daemon haproxy.nfs.foo.smithi092.bdmlpa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T06:58:33Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59:10Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T06:59: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.214822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.zwvshu on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-zwvshu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.zwvshu\nDeploy daemon haproxy.nfs.foo.smithi062.zwvshu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:01: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=\"2023-11-17T07:01: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=\"2023-11-17T07:02:16Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:02:54.216050Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.qlttez on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:02:58.182097Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:02:58.181307Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:18.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:18.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:52.578734+0000 mgr.smithi062.imakbh (mgr.14180) 856 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:54.239840+0000 mgr.smithi062.imakbh (mgr.14180) 857 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:18.418 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:54.579252+0000 mgr.smithi062.imakbh (mgr.14180) 858 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:56.305731+0000 mon.smithi062 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.bidyac"}]: dispatch 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:07:56.305122+0000 mgr.smithi062.imakbh (mgr.14180) 859 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.419 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.459 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:09:18.460 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.461 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.462 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:07:56.305331+0000 mgr.smithi062.imakbh (mgr.14180) 860 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:07:56.306531+0000 mgr.smithi062.imakbh (mgr.14180) 861 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.463 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:09:18.488 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:07:56.307931+0000 mgr.smithi062.imakbh (mgr.14180) 862 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:07:56.309068+0000 mgr.smithi062.imakbh (mgr.14180) 863 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:56.309837+0000 mgr.smithi062.imakbh (mgr.14180) 864 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:56.633770+0000 mon.smithi062 (mon.0) 711 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:07:56.811306+0000 mon.smithi062 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:07:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:07:58.310566+0000 mgr.smithi062.imakbh (mgr.14180) 865 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.489 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:00.311344+0000 mgr.smithi062.imakbh (mgr.14180) 866 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:02.312034+0000 mgr.smithi062.imakbh (mgr.14180) 867 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:04.312591+0000 mgr.smithi062.imakbh (mgr.14180) 868 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.492 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:06.313235+0000 mgr.smithi062.imakbh (mgr.14180) 869 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:08.313917+0000 mgr.smithi062.imakbh (mgr.14180) 870 : 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 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:10.314598+0000 mgr.smithi062.imakbh (mgr.14180) 871 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:11.330693+0000 mon.smithi062 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:12.315304+0000 mgr.smithi062.imakbh (mgr.14180) 872 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:14.315924+0000 mgr.smithi062.imakbh (mgr.14180) 873 : 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 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:16.316792+0000 mgr.smithi062.imakbh (mgr.14180) 874 : 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 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:18.317618+0000 mgr.smithi062.imakbh (mgr.14180) 875 : 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 2023-11-17T07:09:18.493 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:20.318227+0000 mgr.smithi062.imakbh (mgr.14180) 876 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:22.318947+0000 mgr.smithi062.imakbh (mgr.14180) 877 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:24.319739+0000 mgr.smithi062.imakbh (mgr.14180) 878 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:26.320341+0000 mgr.smithi062.imakbh (mgr.14180) 879 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:28.321107+0000 mgr.smithi062.imakbh (mgr.14180) 880 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:30.321916+0000 mgr.smithi062.imakbh (mgr.14180) 881 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:32.322632+0000 mgr.smithi062.imakbh (mgr.14180) 882 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:34.323330+0000 mgr.smithi062.imakbh (mgr.14180) 883 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:36.324226+0000 mgr.smithi062.imakbh (mgr.14180) 884 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:38.325085+0000 mgr.smithi062.imakbh (mgr.14180) 885 : 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 2023-11-17T07:09:18.494 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:40.325836+0000 mgr.smithi062.imakbh (mgr.14180) 886 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:42.326591+0000 mgr.smithi062.imakbh (mgr.14180) 887 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:44.327148+0000 mgr.smithi062.imakbh (mgr.14180) 888 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:46.327943+0000 mgr.smithi062.imakbh (mgr.14180) 889 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:48.328771+0000 mgr.smithi062.imakbh (mgr.14180) 890 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:50.329471+0000 mgr.smithi062.imakbh (mgr.14180) 891 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:52.330273+0000 mgr.smithi062.imakbh (mgr.14180) 892 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:54.330811+0000 mgr.smithi062.imakbh (mgr.14180) 893 : 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 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:56.311853+0000 mon.smithi062 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:56.331792+0000 mgr.smithi062.imakbh (mgr.14180) 894 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:58.332540+0000 mgr.smithi062.imakbh (mgr.14180) 895 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:08:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.239597+0000 mon.smithi062 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.495 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.533087+0000 mon.smithi062 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.533745+0000 mon.smithi062 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.537961+0000 mon.smithi062 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:08:59.538379+0000 mgr.smithi062.imakbh (mgr.14180) 896 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.541389+0000 mon.smithi062 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.496 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:08:59.548180+0000 mon.smithi062 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:08:59.550668+0000 mgr.smithi062.imakbh (mgr.14180) 897 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.jnrwlz on smithi092 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:00.536249+0000 mon.smithi062 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:00.536284+0000 mon.smithi062 (mon.0) 722 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:01.539030+0000 mgr.smithi062.imakbh (mgr.14180) 898 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:03.539593+0000 mgr.smithi062.imakbh (mgr.14180) 899 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.515 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:05.540122+0000 mgr.smithi062.imakbh (mgr.14180) 900 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:07.540651+0000 mgr.smithi062.imakbh (mgr.14180) 901 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:09.541178+0000 mgr.smithi062.imakbh (mgr.14180) 902 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:11.332266+0000 mon.smithi062 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:11.541700+0000 mgr.smithi062.imakbh (mgr.14180) 903 : 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 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:13.542217+0000 mgr.smithi062.imakbh (mgr.14180) 904 : 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 2023-11-17T07:09:18.516 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:15.542720+0000 mgr.smithi062.imakbh (mgr.14180) 905 : 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 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:54.239840+0000 mgr.smithi062.imakbh (mgr.14180) 857 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:54.579252+0000 mgr.smithi062.imakbh (mgr.14180) 858 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:56.305731+0000 mon.smithi062 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.bidyac"}]: dispatch 2023-11-17T07:09:18.517 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:07:56.305122+0000 mgr.smithi062.imakbh (mgr.14180) 859 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.518 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.519 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:07:56.305331+0000 mgr.smithi062.imakbh (mgr.14180) 860 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:07:56.306531+0000 mgr.smithi062.imakbh (mgr.14180) 861 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.bidyac ... 2023-11-17T07:09:18.520 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:04Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:06:41Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:07:18Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:07:56.307931+0000 mgr.smithi062.imakbh (mgr.14180) 862 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:07:56.309068+0000 mgr.smithi062.imakbh (mgr.14180) 863 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:56.309837+0000 mgr.smithi062.imakbh (mgr.14180) 864 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:56.633770+0000 mon.smithi062 (mon.0) 711 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:07:56.811306+0000 mon.smithi062 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.521 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:07:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:07:58.310566+0000 mgr.smithi062.imakbh (mgr.14180) 865 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:00.311344+0000 mgr.smithi062.imakbh (mgr.14180) 866 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:02.312034+0000 mgr.smithi062.imakbh (mgr.14180) 867 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:04.312591+0000 mgr.smithi062.imakbh (mgr.14180) 868 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:06.313235+0000 mgr.smithi062.imakbh (mgr.14180) 869 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:08.313917+0000 mgr.smithi062.imakbh (mgr.14180) 870 : 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 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:10.314598+0000 mgr.smithi062.imakbh (mgr.14180) 871 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:11.330693+0000 mon.smithi062 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:12.315304+0000 mgr.smithi062.imakbh (mgr.14180) 872 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:14.315924+0000 mgr.smithi062.imakbh (mgr.14180) 873 : 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 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:16.316792+0000 mgr.smithi062.imakbh (mgr.14180) 874 : 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 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:18.317618+0000 mgr.smithi062.imakbh (mgr.14180) 875 : 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 2023-11-17T07:09:18.522 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:20.318227+0000 mgr.smithi062.imakbh (mgr.14180) 876 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:22.318947+0000 mgr.smithi062.imakbh (mgr.14180) 877 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:24.319739+0000 mgr.smithi062.imakbh (mgr.14180) 878 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:26.320341+0000 mgr.smithi062.imakbh (mgr.14180) 879 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:28.321107+0000 mgr.smithi062.imakbh (mgr.14180) 880 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:30.321916+0000 mgr.smithi062.imakbh (mgr.14180) 881 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:32.322632+0000 mgr.smithi062.imakbh (mgr.14180) 882 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:34.323330+0000 mgr.smithi062.imakbh (mgr.14180) 883 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:36.324226+0000 mgr.smithi062.imakbh (mgr.14180) 884 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:38.325085+0000 mgr.smithi062.imakbh (mgr.14180) 885 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:40.325836+0000 mgr.smithi062.imakbh (mgr.14180) 886 : 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 2023-11-17T07:09:18.523 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:42.326591+0000 mgr.smithi062.imakbh (mgr.14180) 887 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:44.327148+0000 mgr.smithi062.imakbh (mgr.14180) 888 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:46.327943+0000 mgr.smithi062.imakbh (mgr.14180) 889 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:48.328771+0000 mgr.smithi062.imakbh (mgr.14180) 890 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:50.329471+0000 mgr.smithi062.imakbh (mgr.14180) 891 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:52.330273+0000 mgr.smithi062.imakbh (mgr.14180) 892 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:54.330811+0000 mgr.smithi062.imakbh (mgr.14180) 893 : 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 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:56.311853+0000 mon.smithi062 (mon.0) 714 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:56.331792+0000 mgr.smithi062.imakbh (mgr.14180) 894 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:58.332540+0000 mgr.smithi062.imakbh (mgr.14180) 895 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:08:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.239597+0000 mon.smithi062 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.533087+0000 mon.smithi062 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:09:18.524 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.533745+0000 mon.smithi062 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.537961+0000 mon.smithi062 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:08:59.538379+0000 mgr.smithi062.imakbh (mgr.14180) 896 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.541389+0000 mon.smithi062 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:08:59.548180+0000 mon.smithi062 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:08:59.550668+0000 mgr.smithi062.imakbh (mgr.14180) 897 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.jnrwlz on smithi092 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:00.536249+0000 mon.smithi062 (mon.0) 721 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:00.536284+0000 mon.smithi062 (mon.0) 722 : cluster [INF] Cluster is now healthy 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:01.539030+0000 mgr.smithi062.imakbh (mgr.14180) 898 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:03.539593+0000 mgr.smithi062.imakbh (mgr.14180) 899 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:05.540122+0000 mgr.smithi062.imakbh (mgr.14180) 900 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.525 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:07.540651+0000 mgr.smithi062.imakbh (mgr.14180) 901 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:09.541178+0000 mgr.smithi062.imakbh (mgr.14180) 902 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:11.332266+0000 mon.smithi062 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:11.541700+0000 mgr.smithi062.imakbh (mgr.14180) 903 : 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 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:13.542217+0000 mgr.smithi062.imakbh (mgr.14180) 904 : 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 2023-11-17T07:09:18.526 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:15.542720+0000 mgr.smithi062.imakbh (mgr.14180) 905 : 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 2023-11-17T07:09:18.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:17.543211+0000 mgr.smithi062.imakbh (mgr.14180) 906 : 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 2023-11-17T07:09:19.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:17.543211+0000 mgr.smithi062.imakbh (mgr.14180) 906 : 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 2023-11-17T07:09:19.411 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:20.838 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:20.838 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:20.862 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:19.543563+0000 mgr.smithi062.imakbh (mgr.14180) 907 : 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 2023-11-17T07:09:21.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:19.543563+0000 mgr.smithi062.imakbh (mgr.14180) 907 : 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 2023-11-17T07:09:21.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:22.220 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:22.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:20.833731+0000 mgr.smithi062.imakbh (mgr.14180) 908 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:22.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:21.544121+0000 mgr.smithi062.imakbh (mgr.14180) 909 : 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 2023-11-17T07:09:23.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:20.833731+0000 mgr.smithi062.imakbh (mgr.14180) 908 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:23.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:21.544121+0000 mgr.smithi062.imakbh (mgr.14180) 909 : 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 2023-11-17T07:09:23.542 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:23.542 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:23.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:24.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:23.537768+0000 mgr.smithi062.imakbh (mgr.14180) 910 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:24.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:23.544647+0000 mgr.smithi062.imakbh (mgr.14180) 911 : 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 2023-11-17T07:09:24.935 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:25.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:23.537768+0000 mgr.smithi062.imakbh (mgr.14180) 910 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:25.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:23.544647+0000 mgr.smithi062.imakbh (mgr.14180) 911 : 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 2023-11-17T07:09:26.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:25.545075+0000 mgr.smithi062.imakbh (mgr.14180) 912 : 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 2023-11-17T07:09:26.357 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:26.357 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:26.376 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:25.545075+0000 mgr.smithi062.imakbh (mgr.14180) 912 : 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 2023-11-17T07:09:26.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:27.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:26.347048+0000 mgr.smithi062.imakbh (mgr.14180) 913 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:27.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:26.347048+0000 mgr.smithi062.imakbh (mgr.14180) 913 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:27.744 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:28.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:27.545751+0000 mgr.smithi062.imakbh (mgr.14180) 914 : 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 2023-11-17T07:09:28.395 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:27.545751+0000 mgr.smithi062.imakbh (mgr.14180) 914 : 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 2023-11-17T07:09:29.146 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:29.147 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:29.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:45.704 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:29.142464+0000 mgr.smithi062.imakbh (mgr.14180) 915 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:29.546184+0000 mgr.smithi062.imakbh (mgr.14180) 916 : 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 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:31.547000+0000 mgr.smithi062.imakbh (mgr.14180) 917 : 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 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:33.547619+0000 mgr.smithi062.imakbh (mgr.14180) 918 : 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 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:35.548314+0000 mgr.smithi062.imakbh (mgr.14180) 919 : 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 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:37.549078+0000 mgr.smithi062.imakbh (mgr.14180) 920 : 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 2023-11-17T07:09:45.705 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:39.549468+0000 mgr.smithi062.imakbh (mgr.14180) 921 : 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 2023-11-17T07:09:45.706 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:41.550038+0000 mgr.smithi062.imakbh (mgr.14180) 922 : 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 2023-11-17T07:09:45.706 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:43.550566+0000 mgr.smithi062.imakbh (mgr.14180) 923 : 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 2023-11-17T07:09:45.730 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:29.142464+0000 mgr.smithi062.imakbh (mgr.14180) 915 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:45.730 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:29.546184+0000 mgr.smithi062.imakbh (mgr.14180) 916 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:31.547000+0000 mgr.smithi062.imakbh (mgr.14180) 917 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:33.547619+0000 mgr.smithi062.imakbh (mgr.14180) 918 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:35.548314+0000 mgr.smithi062.imakbh (mgr.14180) 919 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:37.549078+0000 mgr.smithi062.imakbh (mgr.14180) 920 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:39.549468+0000 mgr.smithi062.imakbh (mgr.14180) 921 : 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 2023-11-17T07:09:45.731 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:41.550038+0000 mgr.smithi062.imakbh (mgr.14180) 922 : 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 2023-11-17T07:09:45.732 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:43.550566+0000 mgr.smithi062.imakbh (mgr.14180) 923 : 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 2023-11-17T07:09:46.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:45.551161+0000 mgr.smithi062.imakbh (mgr.14180) 924 : 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 2023-11-17T07:09:46.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:45.551161+0000 mgr.smithi062.imakbh (mgr.14180) 924 : 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 2023-11-17T07:09:46.702 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:48.101 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:48.101 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:48.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:48.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:47.551646+0000 mgr.smithi062.imakbh (mgr.14180) 925 : 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 2023-11-17T07:09:49.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:47.551646+0000 mgr.smithi062.imakbh (mgr.14180) 925 : 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 2023-11-17T07:09:49.448 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:49.783 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:48.096695+0000 mgr.smithi062.imakbh (mgr.14180) 926 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:50.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:48.096695+0000 mgr.smithi062.imakbh (mgr.14180) 926 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:50.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:49.552074+0000 mgr.smithi062.imakbh (mgr.14180) 927 : 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 2023-11-17T07:09:50.979 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:50.979 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:51.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:49.552074+0000 mgr.smithi062.imakbh (mgr.14180) 927 : 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 2023-11-17T07:09:51.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:52.382 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:52.716 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:50.975251+0000 mgr.smithi062.imakbh (mgr.14180) 928 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:52.716 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:51.552734+0000 mgr.smithi062.imakbh (mgr.14180) 929 : 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 2023-11-17T07:09:53.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:50.975251+0000 mgr.smithi062.imakbh (mgr.14180) 928 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:53.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:51.552734+0000 mgr.smithi062.imakbh (mgr.14180) 929 : 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 2023-11-17T07:09:53.862 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:53.862 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:54.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:54.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:53.553293+0000 mgr.smithi062.imakbh (mgr.14180) 930 : 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 2023-11-17T07:09:55.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:53.553293+0000 mgr.smithi062.imakbh (mgr.14180) 930 : 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 2023-11-17T07:09:55.261 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:55.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:53.858138+0000 mgr.smithi062.imakbh (mgr.14180) 931 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:56.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:53.858138+0000 mgr.smithi062.imakbh (mgr.14180) 931 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:56.822 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:56.822 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:56.845 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:55.553712+0000 mgr.smithi062.imakbh (mgr.14180) 932 : 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 2023-11-17T07:09:57.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:55.553712+0000 mgr.smithi062.imakbh (mgr.14180) 932 : 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 2023-11-17T07:09:57.196 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:09:58.197 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:09:58.875 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:56.817860+0000 mgr.smithi062.imakbh (mgr.14180) 933 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:58.875 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:09:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:57.554227+0000 mgr.smithi062.imakbh (mgr.14180) 934 : 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 2023-11-17T07:09:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:56.817860+0000 mgr.smithi062.imakbh (mgr.14180) 933 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:09:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:09:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:57.554227+0000 mgr.smithi062.imakbh (mgr.14180) 934 : 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 2023-11-17T07:09:59.533 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:09:59.533 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:09:59.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:00.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:09:59.529126+0000 mgr.smithi062.imakbh (mgr.14180) 935 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:00.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:09:59.554789+0000 mgr.smithi062.imakbh (mgr.14180) 936 : 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 2023-11-17T07:10:00.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:00.000161+0000 mon.smithi062 (mon.0) 724 : cluster [INF] overall HEALTH_OK 2023-11-17T07:10:00.922 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:01.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:09:59.529126+0000 mgr.smithi062.imakbh (mgr.14180) 935 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:09:59.554789+0000 mgr.smithi062.imakbh (mgr.14180) 936 : 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 2023-11-17T07:10:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:00.000161+0000 mon.smithi062 (mon.0) 724 : cluster [INF] overall HEALTH_OK 2023-11-17T07:10:02.258 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:02.258 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:02.587 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:02.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:01.555211+0000 mgr.smithi062.imakbh (mgr.14180) 937 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:03.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:01.555211+0000 mgr.smithi062.imakbh (mgr.14180) 937 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:03.588 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:03.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:02.253708+0000 mgr.smithi062.imakbh (mgr.14180) 938 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:02.253708+0000 mgr.smithi062.imakbh (mgr.14180) 938 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:04.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:03.555693+0000 mgr.smithi062.imakbh (mgr.14180) 939 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:04.914 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:04.914 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:05.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:03.555693+0000 mgr.smithi062.imakbh (mgr.14180) 939 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:05.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:06.306 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:06.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:04.909719+0000 mgr.smithi062.imakbh (mgr.14180) 940 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:06.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:05.556161+0000 mgr.smithi062.imakbh (mgr.14180) 941 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:06.340 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:04.909719+0000 mgr.smithi062.imakbh (mgr.14180) 940 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:06.341 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:05.556161+0000 mgr.smithi062.imakbh (mgr.14180) 941 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:07.729 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:07.730 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:08.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:08.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:07.556583+0000 mgr.smithi062.imakbh (mgr.14180) 942 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:08.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:07.725011+0000 mgr.smithi062.imakbh (mgr.14180) 943 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:09.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:07.556583+0000 mgr.smithi062.imakbh (mgr.14180) 942 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:07.725011+0000 mgr.smithi062.imakbh (mgr.14180) 943 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:09.096 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:10.443 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:10.443 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:10.743 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:09.557027+0000 mgr.smithi062.imakbh (mgr.14180) 944 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:10.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:11.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:09.557027+0000 mgr.smithi062.imakbh (mgr.14180) 944 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:11.813 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:11.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:10.438623+0000 mgr.smithi062.imakbh (mgr.14180) 945 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:10.438623+0000 mgr.smithi062.imakbh (mgr.14180) 945 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:12.841 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:11.557556+0000 mgr.smithi062.imakbh (mgr.14180) 946 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:11.557556+0000 mgr.smithi062.imakbh (mgr.14180) 946 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:13.206 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:13.206 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:13.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:14.571 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:14.904 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:13.202063+0000 mgr.smithi062.imakbh (mgr.14180) 947 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:14.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:13.558152+0000 mgr.smithi062.imakbh (mgr.14180) 948 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:15.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:13.202063+0000 mgr.smithi062.imakbh (mgr.14180) 947 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:15.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:13.558152+0000 mgr.smithi062.imakbh (mgr.14180) 948 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:15.930 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:15.931 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:16.234 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:15.558725+0000 mgr.smithi062.imakbh (mgr.14180) 949 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:16.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:16.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:15.558725+0000 mgr.smithi062.imakbh (mgr.14180) 949 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:17.311 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:17.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:15.926317+0000 mgr.smithi062.imakbh (mgr.14180) 950 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:17.344 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:15.926317+0000 mgr.smithi062.imakbh (mgr.14180) 950 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:18.256 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:17.559232+0000 mgr.smithi062.imakbh (mgr.14180) 951 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:18.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:17.559232+0000 mgr.smithi062.imakbh (mgr.14180) 951 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:18.626 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:18.626 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:19.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:19.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:18.622409+0000 mgr.smithi062.imakbh (mgr.14180) 952 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:19.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:18.622409+0000 mgr.smithi062.imakbh (mgr.14180) 952 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:20.010 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:20.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:19.559680+0000 mgr.smithi062.imakbh (mgr.14180) 953 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:20.353 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:19.559680+0000 mgr.smithi062.imakbh (mgr.14180) 953 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:10:21.394 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:21.394 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:21.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:22.795 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:22.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:21.390101+0000 mgr.smithi062.imakbh (mgr.14180) 954 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:22.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:21.560160+0000 mgr.smithi062.imakbh (mgr.14180) 955 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:23.026 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:21.390101+0000 mgr.smithi062.imakbh (mgr.14180) 954 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:23.027 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:21.560160+0000 mgr.smithi062.imakbh (mgr.14180) 955 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:10:24.307 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:24.307 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:24.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:24.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:23.560800+0000 mgr.smithi062.imakbh (mgr.14180) 956 : 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 2023-11-17T07:10:25.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:23.560800+0000 mgr.smithi062.imakbh (mgr.14180) 956 : 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 2023-11-17T07:10:25.685 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:25.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:24.303126+0000 mgr.smithi062.imakbh (mgr.14180) 957 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:26.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:24.303126+0000 mgr.smithi062.imakbh (mgr.14180) 957 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:26.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:25.561585+0000 mgr.smithi062.imakbh (mgr.14180) 958 : 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 2023-11-17T07:10:27.037 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:27.037 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:27.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:25.561585+0000 mgr.smithi062.imakbh (mgr.14180) 958 : 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 2023-11-17T07:10:27.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:28.410 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:28.761 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:27.033137+0000 mgr.smithi062.imakbh (mgr.14180) 959 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:28.761 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:27.562203+0000 mgr.smithi062.imakbh (mgr.14180) 960 : 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 2023-11-17T07:10:29.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:27.033137+0000 mgr.smithi062.imakbh (mgr.14180) 959 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:29.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:27.562203+0000 mgr.smithi062.imakbh (mgr.14180) 960 : 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 2023-11-17T07:10:29.839 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:29.839 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:30.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:30.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:29.562559+0000 mgr.smithi062.imakbh (mgr.14180) 961 : 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 2023-11-17T07:10:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:29.562559+0000 mgr.smithi062.imakbh (mgr.14180) 961 : 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 2023-11-17T07:10:31.210 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:31.854 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:29.834914+0000 mgr.smithi062.imakbh (mgr.14180) 962 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:32.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:29.834914+0000 mgr.smithi062.imakbh (mgr.14180) 962 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:32.558 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:32.558 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:32.848 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:31.562986+0000 mgr.smithi062.imakbh (mgr.14180) 963 : 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 2023-11-17T07:10:32.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:33.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:31.562986+0000 mgr.smithi062.imakbh (mgr.14180) 963 : 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 2023-11-17T07:10:33.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:32.553637+0000 mgr.smithi062.imakbh (mgr.14180) 964 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:33.935 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:34.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:32.553637+0000 mgr.smithi062.imakbh (mgr.14180) 964 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:34.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:33.563477+0000 mgr.smithi062.imakbh (mgr.14180) 965 : 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 2023-11-17T07:10:35.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:33.563477+0000 mgr.smithi062.imakbh (mgr.14180) 965 : 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 2023-11-17T07:10:35.382 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:35.382 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:35.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:36.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:35.377888+0000 mgr.smithi062.imakbh (mgr.14180) 966 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:36.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:35.563929+0000 mgr.smithi062.imakbh (mgr.14180) 967 : 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 2023-11-17T07:10:36.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:35.377888+0000 mgr.smithi062.imakbh (mgr.14180) 966 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:36.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:35.563929+0000 mgr.smithi062.imakbh (mgr.14180) 967 : 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 2023-11-17T07:10:36.760 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:38.153 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:38.154 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:38.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:38.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:37.564459+0000 mgr.smithi062.imakbh (mgr.14180) 968 : 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 2023-11-17T07:10:39.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:37.564459+0000 mgr.smithi062.imakbh (mgr.14180) 968 : 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 2023-11-17T07:10:39.549 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:39.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:38.149375+0000 mgr.smithi062.imakbh (mgr.14180) 969 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:40.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:38.149375+0000 mgr.smithi062.imakbh (mgr.14180) 969 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:40.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:39.564889+0000 mgr.smithi062.imakbh (mgr.14180) 970 : 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 2023-11-17T07:10:40.918 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:40.918 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:39.564889+0000 mgr.smithi062.imakbh (mgr.14180) 970 : 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 2023-11-17T07:10:41.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:42.283 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:42.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:40.914460+0000 mgr.smithi062.imakbh (mgr.14180) 971 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:42.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:41.565329+0000 mgr.smithi062.imakbh (mgr.14180) 972 : 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 2023-11-17T07:10:43.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:40.914460+0000 mgr.smithi062.imakbh (mgr.14180) 971 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:43.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:41.565329+0000 mgr.smithi062.imakbh (mgr.14180) 972 : 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 2023-11-17T07:10:43.692 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:43.693 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:44.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:44.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:43.565757+0000 mgr.smithi062.imakbh (mgr.14180) 973 : 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 2023-11-17T07:10:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:43.688535+0000 mgr.smithi062.imakbh (mgr.14180) 974 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:45.067 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:45.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:43.565757+0000 mgr.smithi062.imakbh (mgr.14180) 973 : 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 2023-11-17T07:10:45.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:43.688535+0000 mgr.smithi062.imakbh (mgr.14180) 974 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:46.144 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:45.566153+0000 mgr.smithi062.imakbh (mgr.14180) 975 : 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 2023-11-17T07:10:46.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:45.566153+0000 mgr.smithi062.imakbh (mgr.14180) 975 : 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 2023-11-17T07:10:46.539 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:46.539 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:46.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:47.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:46.535594+0000 mgr.smithi062.imakbh (mgr.14180) 976 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:47.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:46.535594+0000 mgr.smithi062.imakbh (mgr.14180) 976 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:47.914 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:48.283 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:47.566924+0000 mgr.smithi062.imakbh (mgr.14180) 977 : 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 2023-11-17T07:10:48.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:47.566924+0000 mgr.smithi062.imakbh (mgr.14180) 977 : 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 2023-11-17T07:10:49.365 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:49.365 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:49.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:50.748 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:50.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:49.360773+0000 mgr.smithi062.imakbh (mgr.14180) 978 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:50.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:49.567306+0000 mgr.smithi062.imakbh (mgr.14180) 979 : 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 2023-11-17T07:10:51.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:49.360773+0000 mgr.smithi062.imakbh (mgr.14180) 978 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:49.567306+0000 mgr.smithi062.imakbh (mgr.14180) 979 : 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 2023-11-17T07:10:52.241 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:52.241 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:52.665 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:52.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:51.567741+0000 mgr.smithi062.imakbh (mgr.14180) 980 : 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 2023-11-17T07:10:53.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:51.567741+0000 mgr.smithi062.imakbh (mgr.14180) 980 : 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 2023-11-17T07:10:53.666 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:53.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:52.236643+0000 mgr.smithi062.imakbh (mgr.14180) 981 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:54.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:52.236643+0000 mgr.smithi062.imakbh (mgr.14180) 981 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:54.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:53.568357+0000 mgr.smithi062.imakbh (mgr.14180) 982 : 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 2023-11-17T07:10:55.013 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:55.014 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:55.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:53.568357+0000 mgr.smithi062.imakbh (mgr.14180) 982 : 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 2023-11-17T07:10:55.380 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:56.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:55.009346+0000 mgr.smithi062.imakbh (mgr.14180) 983 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:56.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:55.568864+0000 mgr.smithi062.imakbh (mgr.14180) 984 : 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 2023-11-17T07:10:56.381 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:10:56.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:55.009346+0000 mgr.smithi062.imakbh (mgr.14180) 983 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:56.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:55.568864+0000 mgr.smithi062.imakbh (mgr.14180) 984 : 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 2023-11-17T07:10:57.763 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:10:57.763 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:10:58.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:10:58.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:57.569315+0000 mgr.smithi062.imakbh (mgr.14180) 985 : 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 2023-11-17T07:10:58.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:10:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:10:57.757938+0000 mgr.smithi062.imakbh (mgr.14180) 986 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:59.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:57.569315+0000 mgr.smithi062.imakbh (mgr.14180) 985 : 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 2023-11-17T07:10:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:10:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:10:57.757938+0000 mgr.smithi062.imakbh (mgr.14180) 986 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:10:59.140 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:00.635 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:00.635 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:00.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:10:59.569696+0000 mgr.smithi062.imakbh (mgr.14180) 987 : 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 2023-11-17T07:11:01.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:10:59.569696+0000 mgr.smithi062.imakbh (mgr.14180) 987 : 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 2023-11-17T07:11:01.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:00.630211+0000 mgr.smithi062.imakbh (mgr.14180) 988 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:02.022 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:02.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:00.630211+0000 mgr.smithi062.imakbh (mgr.14180) 988 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:02.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:01.570167+0000 mgr.smithi062.imakbh (mgr.14180) 989 : 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 2023-11-17T07:11:03.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:01.570167+0000 mgr.smithi062.imakbh (mgr.14180) 989 : 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 2023-11-17T07:11:03.353 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:26.771 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:26.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:03.349067+0000 mgr.smithi062.imakbh (mgr.14180) 990 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:03.570588+0000 mgr.smithi062.imakbh (mgr.14180) 991 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:05.571014+0000 mgr.smithi062.imakbh (mgr.14180) 992 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:07.571534+0000 mgr.smithi062.imakbh (mgr.14180) 993 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:09.572077+0000 mgr.smithi062.imakbh (mgr.14180) 994 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:11.572589+0000 mgr.smithi062.imakbh (mgr.14180) 995 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:13.573293+0000 mgr.smithi062.imakbh (mgr.14180) 996 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:15.573960+0000 mgr.smithi062.imakbh (mgr.14180) 997 : 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 2023-11-17T07:11:26.776 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:17.574746+0000 mgr.smithi062.imakbh (mgr.14180) 998 : 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 2023-11-17T07:11:26.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:19.575207+0000 mgr.smithi062.imakbh (mgr.14180) 999 : 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 2023-11-17T07:11:26.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:21.575868+0000 mgr.smithi062.imakbh (mgr.14180) 1000 : 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 2023-11-17T07:11:26.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:23.576482+0000 mgr.smithi062.imakbh (mgr.14180) 1001 : 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 2023-11-17T07:11:26.777 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:25.577108+0000 mgr.smithi062.imakbh (mgr.14180) 1002 : 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 2023-11-17T07:11:26.777 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:03.349067+0000 mgr.smithi062.imakbh (mgr.14180) 990 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:03.570588+0000 mgr.smithi062.imakbh (mgr.14180) 991 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:05.571014+0000 mgr.smithi062.imakbh (mgr.14180) 992 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:07.571534+0000 mgr.smithi062.imakbh (mgr.14180) 993 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:09.572077+0000 mgr.smithi062.imakbh (mgr.14180) 994 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:11.572589+0000 mgr.smithi062.imakbh (mgr.14180) 995 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:13.573293+0000 mgr.smithi062.imakbh (mgr.14180) 996 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:15.573960+0000 mgr.smithi062.imakbh (mgr.14180) 997 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:17.574746+0000 mgr.smithi062.imakbh (mgr.14180) 998 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:19.575207+0000 mgr.smithi062.imakbh (mgr.14180) 999 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:21.575868+0000 mgr.smithi062.imakbh (mgr.14180) 1000 : 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 2023-11-17T07:11:26.778 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:23.576482+0000 mgr.smithi062.imakbh (mgr.14180) 1001 : 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 2023-11-17T07:11:26.779 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:25.577108+0000 mgr.smithi062.imakbh (mgr.14180) 1002 : 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 2023-11-17T07:11:27.776 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:28.890 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:27.577757+0000 mgr.smithi062.imakbh (mgr.14180) 1003 : 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 2023-11-17T07:11:29.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:27.577757+0000 mgr.smithi062.imakbh (mgr.14180) 1003 : 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 2023-11-17T07:11:29.292 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:29.293 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:29.668 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:30.669 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:30.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:29.288340+0000 mgr.smithi062.imakbh (mgr.14180) 1004 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:30.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:29.578210+0000 mgr.smithi062.imakbh (mgr.14180) 1005 : 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 2023-11-17T07:11:31.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:29.288340+0000 mgr.smithi062.imakbh (mgr.14180) 1004 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:29.578210+0000 mgr.smithi062.imakbh (mgr.14180) 1005 : 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 2023-11-17T07:11:32.064 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:32.064 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:32.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:32.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:31.578729+0000 mgr.smithi062.imakbh (mgr.14180) 1006 : 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 2023-11-17T07:11:33.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:31.578729+0000 mgr.smithi062.imakbh (mgr.14180) 1006 : 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 2023-11-17T07:11:33.452 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:33.785 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:32.060320+0000 mgr.smithi062.imakbh (mgr.14180) 1007 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:34.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:32.060320+0000 mgr.smithi062.imakbh (mgr.14180) 1007 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:34.877 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:34.878 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:34.898 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:33.579199+0000 mgr.smithi062.imakbh (mgr.14180) 1008 : 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 2023-11-17T07:11:35.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:33.579199+0000 mgr.smithi062.imakbh (mgr.14180) 1008 : 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 2023-11-17T07:11:35.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:36.268 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:36.317 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:34.873730+0000 mgr.smithi062.imakbh (mgr.14180) 1009 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:36.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:35.579791+0000 mgr.smithi062.imakbh (mgr.14180) 1010 : 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 2023-11-17T07:11:36.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:34.873730+0000 mgr.smithi062.imakbh (mgr.14180) 1009 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:36.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:35.579791+0000 mgr.smithi062.imakbh (mgr.14180) 1010 : 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 2023-11-17T07:11:37.779 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:37.780 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:38.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:38.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:37.580274+0000 mgr.smithi062.imakbh (mgr.14180) 1011 : 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 2023-11-17T07:11:38.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:37.775359+0000 mgr.smithi062.imakbh (mgr.14180) 1012 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:39.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:37.580274+0000 mgr.smithi062.imakbh (mgr.14180) 1011 : 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 2023-11-17T07:11:39.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:37.775359+0000 mgr.smithi062.imakbh (mgr.14180) 1012 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:39.151 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:40.553 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:40.553 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:40.906 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:39.580868+0000 mgr.smithi062.imakbh (mgr.14180) 1013 : 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 2023-11-17T07:11:40.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:39.580868+0000 mgr.smithi062.imakbh (mgr.14180) 1013 : 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 2023-11-17T07:11:41.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:40.549097+0000 mgr.smithi062.imakbh (mgr.14180) 1014 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:41.933 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:42.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:40.549097+0000 mgr.smithi062.imakbh (mgr.14180) 1014 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:42.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:41.581443+0000 mgr.smithi062.imakbh (mgr.14180) 1015 : 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 2023-11-17T07:11:43.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:41.581443+0000 mgr.smithi062.imakbh (mgr.14180) 1015 : 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 2023-11-17T07:11:43.327 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:43.328 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:43.707 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:44.708 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:44.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:43.323563+0000 mgr.smithi062.imakbh (mgr.14180) 1016 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:43.582110+0000 mgr.smithi062.imakbh (mgr.14180) 1017 : 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 2023-11-17T07:11:45.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:43.323563+0000 mgr.smithi062.imakbh (mgr.14180) 1016 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:45.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:43.582110+0000 mgr.smithi062.imakbh (mgr.14180) 1017 : 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 2023-11-17T07:11:46.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:45.582734+0000 mgr.smithi062.imakbh (mgr.14180) 1018 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:46.224 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:46.225 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:46.318 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:45.582734+0000 mgr.smithi062.imakbh (mgr.14180) 1018 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.347 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:46.220611+0000 mgr.smithi062.imakbh (mgr.14180) 1019 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.347 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:47.583458+0000 mgr.smithi062.imakbh (mgr.14180) 1020 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.347 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:49.583965+0000 mgr.smithi062.imakbh (mgr.14180) 1021 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.347 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:51.584597+0000 mgr.smithi062.imakbh (mgr.14180) 1022 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:55.347 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:53.585262+0000 mgr.smithi062.imakbh (mgr.14180) 1023 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:55.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:46.220611+0000 mgr.smithi062.imakbh (mgr.14180) 1019 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:55.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:47.583458+0000 mgr.smithi062.imakbh (mgr.14180) 1020 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:49.583965+0000 mgr.smithi062.imakbh (mgr.14180) 1021 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:55.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:51.584597+0000 mgr.smithi062.imakbh (mgr.14180) 1022 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:11:55.348 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:53.585262+0000 mgr.smithi062.imakbh (mgr.14180) 1023 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:56.348 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:11:56.382 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:55.585818+0000 mgr.smithi062.imakbh (mgr.14180) 1024 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:55.585818+0000 mgr.smithi062.imakbh (mgr.14180) 1024 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:57.834 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:11:58.992 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:02:54.217014Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.vfghmu on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:11:58.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:11:58.993 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:57.586328+0000 mgr.smithi062.imakbh (mgr.14180) 1025 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:58.993 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:57.829572+0000 mgr.smithi062.imakbh (mgr.14180) 1026 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:57.586328+0000 mgr.smithi062.imakbh (mgr.14180) 1025 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:11:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:57.829572+0000 mgr.smithi062.imakbh (mgr.14180) 1026 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:11:59.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:11:58.640727+0000 mgr.smithi062.imakbh (mgr.14180) 1027 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.023 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.024 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.025 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.026 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:11:58.640968+0000 mgr.smithi062.imakbh (mgr.14180) 1028 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:11:58.642988+0000 mon.smithi062 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.jnrwlz"}]: dispatch 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:11:58.643659+0000 mgr.smithi062.imakbh (mgr.14180) 1029 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.027 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.028 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:08.028 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.028 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:11:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:11:58.645204+0000 mgr.smithi062.imakbh (mgr.14180) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.kiujqq on smithi062 2023-11-17T07:14:08.029 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:08.068 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:11:59.587153+0000 mgr.smithi062.imakbh (mgr.14180) 1031 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:01.587669+0000 mgr.smithi062.imakbh (mgr.14180) 1032 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:03.588404+0000 mgr.smithi062.imakbh (mgr.14180) 1033 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:05.588908+0000 mgr.smithi062.imakbh (mgr.14180) 1034 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:07.589442+0000 mgr.smithi062.imakbh (mgr.14180) 1035 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:09.590063+0000 mgr.smithi062.imakbh (mgr.14180) 1036 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:11.590556+0000 mgr.smithi062.imakbh (mgr.14180) 1037 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:13.591098+0000 mgr.smithi062.imakbh (mgr.14180) 1038 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:15.591632+0000 mgr.smithi062.imakbh (mgr.14180) 1039 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:17.592173+0000 mgr.smithi062.imakbh (mgr.14180) 1040 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:19.592765+0000 mgr.smithi062.imakbh (mgr.14180) 1041 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.069 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:21.593343+0000 mgr.smithi062.imakbh (mgr.14180) 1042 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:23.593938+0000 mgr.smithi062.imakbh (mgr.14180) 1043 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:25.594542+0000 mgr.smithi062.imakbh (mgr.14180) 1044 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:27.595278+0000 mgr.smithi062.imakbh (mgr.14180) 1045 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:29.595741+0000 mgr.smithi062.imakbh (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:31.596458+0000 mgr.smithi062.imakbh (mgr.14180) 1047 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:33.597105+0000 mgr.smithi062.imakbh (mgr.14180) 1048 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:35.597583+0000 mgr.smithi062.imakbh (mgr.14180) 1049 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:37.598131+0000 mgr.smithi062.imakbh (mgr.14180) 1050 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:39.598725+0000 mgr.smithi062.imakbh (mgr.14180) 1051 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:41.599218+0000 mgr.smithi062.imakbh (mgr.14180) 1052 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:43.599694+0000 mgr.smithi062.imakbh (mgr.14180) 1053 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.070 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:45.600311+0000 mgr.smithi062.imakbh (mgr.14180) 1054 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:47.601030+0000 mgr.smithi062.imakbh (mgr.14180) 1055 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:49.601471+0000 mgr.smithi062.imakbh (mgr.14180) 1056 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:51.602122+0000 mgr.smithi062.imakbh (mgr.14180) 1057 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:53.602823+0000 mgr.smithi062.imakbh (mgr.14180) 1058 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:55.603409+0000 mgr.smithi062.imakbh (mgr.14180) 1059 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:12:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:57.604077+0000 mgr.smithi062.imakbh (mgr.14180) 1060 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:12:59.604592+0000 mgr.smithi062.imakbh (mgr.14180) 1061 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:01.605341+0000 mgr.smithi062.imakbh (mgr.14180) 1062 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:03.605809+0000 mgr.smithi062.imakbh (mgr.14180) 1063 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:05.606470+0000 mgr.smithi062.imakbh (mgr.14180) 1064 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:07.607017+0000 mgr.smithi062.imakbh (mgr.14180) 1065 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:09.607417+0000 mgr.smithi062.imakbh (mgr.14180) 1066 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.071 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:11.608092+0000 mgr.smithi062.imakbh (mgr.14180) 1067 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:13.608678+0000 mgr.smithi062.imakbh (mgr.14180) 1068 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:15.609280+0000 mgr.smithi062.imakbh (mgr.14180) 1069 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:17.609810+0000 mgr.smithi062.imakbh (mgr.14180) 1070 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:19.610264+0000 mgr.smithi062.imakbh (mgr.14180) 1071 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:21.610753+0000 mgr.smithi062.imakbh (mgr.14180) 1072 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:23.611380+0000 mgr.smithi062.imakbh (mgr.14180) 1073 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:25.612065+0000 mgr.smithi062.imakbh (mgr.14180) 1074 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:27.612827+0000 mgr.smithi062.imakbh (mgr.14180) 1075 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:29.613463+0000 mgr.smithi062.imakbh (mgr.14180) 1076 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:31.614066+0000 mgr.smithi062.imakbh (mgr.14180) 1077 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:33.614611+0000 mgr.smithi062.imakbh (mgr.14180) 1078 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.072 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:35.615102+0000 mgr.smithi062.imakbh (mgr.14180) 1079 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:37.615625+0000 mgr.smithi062.imakbh (mgr.14180) 1080 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:39.616130+0000 mgr.smithi062.imakbh (mgr.14180) 1081 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:41.616654+0000 mgr.smithi062.imakbh (mgr.14180) 1082 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:43.617446+0000 mgr.smithi062.imakbh (mgr.14180) 1083 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:45.618003+0000 mgr.smithi062.imakbh (mgr.14180) 1084 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:47.618590+0000 mgr.smithi062.imakbh (mgr.14180) 1085 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:49.619164+0000 mgr.smithi062.imakbh (mgr.14180) 1086 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:51.619619+0000 mgr.smithi062.imakbh (mgr.14180) 1087 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:53.620350+0000 mgr.smithi062.imakbh (mgr.14180) 1088 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.073 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:55.620858+0000 mgr.smithi062.imakbh (mgr.14180) 1089 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:13:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:57.621525+0000 mgr.smithi062.imakbh (mgr.14180) 1090 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:13:59.622035+0000 mgr.smithi062.imakbh (mgr.14180) 1091 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:01.622496+0000 mgr.smithi062.imakbh (mgr.14180) 1092 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:03.623056+0000 mgr.smithi062.imakbh (mgr.14180) 1093 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.074 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:05.623569+0000 mgr.smithi062.imakbh (mgr.14180) 1094 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:11:58.640727+0000 mgr.smithi062.imakbh (mgr.14180) 1027 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.075 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:14:08.076 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.077 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:11:58.640968+0000 mgr.smithi062.imakbh (mgr.14180) 1028 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:11:58.642988+0000 mon.smithi062 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.jnrwlz"}]: dispatch 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:11:58.643659+0000 mgr.smithi062.imakbh (mgr.14180) 1029 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.jnrwlz ... 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10:06Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:08.078 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:10: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" 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:11: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" 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:11:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:11:58.645204+0000 mgr.smithi062.imakbh (mgr.14180) 1030 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.kiujqq on smithi062 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:11:59.587153+0000 mgr.smithi062.imakbh (mgr.14180) 1031 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:01.587669+0000 mgr.smithi062.imakbh (mgr.14180) 1032 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:03.588404+0000 mgr.smithi062.imakbh (mgr.14180) 1033 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:05.588908+0000 mgr.smithi062.imakbh (mgr.14180) 1034 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:07.589442+0000 mgr.smithi062.imakbh (mgr.14180) 1035 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:09.590063+0000 mgr.smithi062.imakbh (mgr.14180) 1036 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:11.590556+0000 mgr.smithi062.imakbh (mgr.14180) 1037 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.079 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:13.591098+0000 mgr.smithi062.imakbh (mgr.14180) 1038 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.080 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:15.591632+0000 mgr.smithi062.imakbh (mgr.14180) 1039 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:17.592173+0000 mgr.smithi062.imakbh (mgr.14180) 1040 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:19.592765+0000 mgr.smithi062.imakbh (mgr.14180) 1041 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.114 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:21.593343+0000 mgr.smithi062.imakbh (mgr.14180) 1042 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:23.593938+0000 mgr.smithi062.imakbh (mgr.14180) 1043 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:25.594542+0000 mgr.smithi062.imakbh (mgr.14180) 1044 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:27.595278+0000 mgr.smithi062.imakbh (mgr.14180) 1045 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:29.595741+0000 mgr.smithi062.imakbh (mgr.14180) 1046 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:31.596458+0000 mgr.smithi062.imakbh (mgr.14180) 1047 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:33.597105+0000 mgr.smithi062.imakbh (mgr.14180) 1048 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:35.597583+0000 mgr.smithi062.imakbh (mgr.14180) 1049 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:37.598131+0000 mgr.smithi062.imakbh (mgr.14180) 1050 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:39.598725+0000 mgr.smithi062.imakbh (mgr.14180) 1051 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.115 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:41.599218+0000 mgr.smithi062.imakbh (mgr.14180) 1052 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:43.599694+0000 mgr.smithi062.imakbh (mgr.14180) 1053 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:45.600311+0000 mgr.smithi062.imakbh (mgr.14180) 1054 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:47.601030+0000 mgr.smithi062.imakbh (mgr.14180) 1055 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:49.601471+0000 mgr.smithi062.imakbh (mgr.14180) 1056 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:51.602122+0000 mgr.smithi062.imakbh (mgr.14180) 1057 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:53.602823+0000 mgr.smithi062.imakbh (mgr.14180) 1058 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:55.603409+0000 mgr.smithi062.imakbh (mgr.14180) 1059 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:12:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:57.604077+0000 mgr.smithi062.imakbh (mgr.14180) 1060 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:12:59.604592+0000 mgr.smithi062.imakbh (mgr.14180) 1061 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:01.605341+0000 mgr.smithi062.imakbh (mgr.14180) 1062 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:03.605809+0000 mgr.smithi062.imakbh (mgr.14180) 1063 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.116 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:05.606470+0000 mgr.smithi062.imakbh (mgr.14180) 1064 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:07.607017+0000 mgr.smithi062.imakbh (mgr.14180) 1065 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:09.607417+0000 mgr.smithi062.imakbh (mgr.14180) 1066 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:11.608092+0000 mgr.smithi062.imakbh (mgr.14180) 1067 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:13.608678+0000 mgr.smithi062.imakbh (mgr.14180) 1068 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:15.609280+0000 mgr.smithi062.imakbh (mgr.14180) 1069 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:17.609810+0000 mgr.smithi062.imakbh (mgr.14180) 1070 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:19.610264+0000 mgr.smithi062.imakbh (mgr.14180) 1071 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:21.610753+0000 mgr.smithi062.imakbh (mgr.14180) 1072 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:23.611380+0000 mgr.smithi062.imakbh (mgr.14180) 1073 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:25.612065+0000 mgr.smithi062.imakbh (mgr.14180) 1074 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:27.612827+0000 mgr.smithi062.imakbh (mgr.14180) 1075 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:29.613463+0000 mgr.smithi062.imakbh (mgr.14180) 1076 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.117 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:31.614066+0000 mgr.smithi062.imakbh (mgr.14180) 1077 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:33.614611+0000 mgr.smithi062.imakbh (mgr.14180) 1078 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:35.615102+0000 mgr.smithi062.imakbh (mgr.14180) 1079 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:37.615625+0000 mgr.smithi062.imakbh (mgr.14180) 1080 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:39.616130+0000 mgr.smithi062.imakbh (mgr.14180) 1081 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:41.616654+0000 mgr.smithi062.imakbh (mgr.14180) 1082 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:43.617446+0000 mgr.smithi062.imakbh (mgr.14180) 1083 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:45.618003+0000 mgr.smithi062.imakbh (mgr.14180) 1084 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:47.618590+0000 mgr.smithi062.imakbh (mgr.14180) 1085 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:49.619164+0000 mgr.smithi062.imakbh (mgr.14180) 1086 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:51.619619+0000 mgr.smithi062.imakbh (mgr.14180) 1087 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:53.620350+0000 mgr.smithi062.imakbh (mgr.14180) 1088 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.118 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:55.620858+0000 mgr.smithi062.imakbh (mgr.14180) 1089 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:13:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:57.621525+0000 mgr.smithi062.imakbh (mgr.14180) 1090 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:13:59.622035+0000 mgr.smithi062.imakbh (mgr.14180) 1091 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:01.622496+0000 mgr.smithi062.imakbh (mgr.14180) 1092 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:03.623056+0000 mgr.smithi062.imakbh (mgr.14180) 1093 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.119 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:05.623569+0000 mgr.smithi062.imakbh (mgr.14180) 1094 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:08.936 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:07.624330+0000 mgr.smithi062.imakbh (mgr.14180) 1095 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:09.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:07.624330+0000 mgr.smithi062.imakbh (mgr.14180) 1095 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:09.509 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:09.509 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:09.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:10.880 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:11.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:09.504624+0000 mgr.smithi062.imakbh (mgr.14180) 1096 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:11.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:09.624911+0000 mgr.smithi062.imakbh (mgr.14180) 1097 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:11.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:09.504624+0000 mgr.smithi062.imakbh (mgr.14180) 1096 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:11.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:09.624911+0000 mgr.smithi062.imakbh (mgr.14180) 1097 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:12.277 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:12.277 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:12.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:12.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:11.625452+0000 mgr.smithi062.imakbh (mgr.14180) 1098 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:11.625452+0000 mgr.smithi062.imakbh (mgr.14180) 1098 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:13.655 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:14.014 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:12.271210+0000 mgr.smithi062.imakbh (mgr.14180) 1099 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:14.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:12.271210+0000 mgr.smithi062.imakbh (mgr.14180) 1099 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:15.042 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:15.043 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:15.063 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:13.626206+0000 mgr.smithi062.imakbh (mgr.14180) 1100 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:15.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:13.626206+0000 mgr.smithi062.imakbh (mgr.14180) 1100 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:15.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:16.404 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:16.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:15.038178+0000 mgr.smithi062.imakbh (mgr.14180) 1101 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:16.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:15.626715+0000 mgr.smithi062.imakbh (mgr.14180) 1102 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:16.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:15.038178+0000 mgr.smithi062.imakbh (mgr.14180) 1101 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:16.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:15.626715+0000 mgr.smithi062.imakbh (mgr.14180) 1102 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:17.922 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:17.922 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:18.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:19.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:17.627461+0000 mgr.smithi062.imakbh (mgr.14180) 1103 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:19.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:17.627461+0000 mgr.smithi062.imakbh (mgr.14180) 1103 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:19.373 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:20.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:17.918146+0000 mgr.smithi062.imakbh (mgr.14180) 1104 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:20.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:17.918146+0000 mgr.smithi062.imakbh (mgr.14180) 1104 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:20.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:19.627869+0000 mgr.smithi062.imakbh (mgr.14180) 1105 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:20.946 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:20.947 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:21.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:19.627869+0000 mgr.smithi062.imakbh (mgr.14180) 1105 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:21.405 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:22.407 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:22.955 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:20.942784+0000 mgr.smithi062.imakbh (mgr.14180) 1106 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:22.956 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:21.628380+0000 mgr.smithi062.imakbh (mgr.14180) 1107 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:23.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:20.942784+0000 mgr.smithi062.imakbh (mgr.14180) 1106 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:23.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:21.628380+0000 mgr.smithi062.imakbh (mgr.14180) 1107 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:23.801 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:23.801 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:24.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:25.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:23.628804+0000 mgr.smithi062.imakbh (mgr.14180) 1108 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:25.093 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:23.796258+0000 mgr.smithi062.imakbh (mgr.14180) 1109 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:25.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:23.628804+0000 mgr.smithi062.imakbh (mgr.14180) 1108 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:25.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:23.796258+0000 mgr.smithi062.imakbh (mgr.14180) 1109 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:25.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:26.298 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:25.629387+0000 mgr.smithi062.imakbh (mgr.14180) 1110 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:25.629387+0000 mgr.smithi062.imakbh (mgr.14180) 1110 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:26.694 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:26.694 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:05:27.418882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.iotgfd on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-iotgfd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.iotgfd\nDeploy daemon haproxy.nfs.foo.smithi092.iotgfd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:03:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:04:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.306430Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.bidyac on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-bidyac\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.bidyac\nDeploy daemon haproxy.nfs.foo.smithi062.bidyac ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:06:04Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:06:41Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:07:18Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:07:56.307838Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.lojxok on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:27.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:27.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:26.690234+0000 mgr.smithi062.imakbh (mgr.14180) 1111 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:27.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:26.690234+0000 mgr.smithi062.imakbh (mgr.14180) 1111 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:28.078 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:28.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:14:27.532333+0000 mgr.smithi062.imakbh (mgr.14180) 1112 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:28.410 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.411 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:14:27.532513+0000 mgr.smithi062.imakbh (mgr.14180) 1113 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:27.532822+0000 mon.smithi062 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.kiujqq"}]: dispatch 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:14:27.533419+0000 mgr.smithi062.imakbh (mgr.14180) 1114 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.412 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:14:27.534636+0000 mgr.smithi062.imakbh (mgr.14180) 1115 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:14:27.535637+0000 mgr.smithi062.imakbh (mgr.14180) 1116 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:28.413 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:27.536398+0000 mgr.smithi062.imakbh (mgr.14180) 1117 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:14:27.532333+0000 mgr.smithi062.imakbh (mgr.14180) 1112 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:14:28.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:14:27.532513+0000 mgr.smithi062.imakbh (mgr.14180) 1113 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:27.532822+0000 mon.smithi062 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.kiujqq"}]: dispatch 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:14:27.533419+0000 mgr.smithi062.imakbh (mgr.14180) 1114 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kiujqq ... 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:14:28.571 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:12:35Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:12Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:13:50Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:14:27.534636+0000 mgr.smithi062.imakbh (mgr.14180) 1115 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:14:27.535637+0000 mgr.smithi062.imakbh (mgr.14180) 1116 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:14:28.572 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:27.536398+0000 mgr.smithi062.imakbh (mgr.14180) 1117 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:29.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:28.102714+0000 mon.smithi062 (mon.0) 727 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:29.486 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:29.486 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:29.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:28.102714+0000 mon.smithi062 (mon.0) 727 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:14:29.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:29.482151+0000 mgr.smithi062.imakbh (mgr.14180) 1118 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:30.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:29.536851+0000 mgr.smithi062.imakbh (mgr.14180) 1119 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:30.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:29.482151+0000 mgr.smithi062.imakbh (mgr.14180) 1118 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:30.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:29.536851+0000 mgr.smithi062.imakbh (mgr.14180) 1119 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:30.821 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:32.181 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:32.182 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:32.552 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:32.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:31.537489+0000 mgr.smithi062.imakbh (mgr.14180) 1120 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-17T07:14:32.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:31.939066+0000 mon.smithi062 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:14:33.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:31.537489+0000 mgr.smithi062.imakbh (mgr.14180) 1120 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-17T07:14:33.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:31.939066+0000 mon.smithi062 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:14:33.553 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:33.895 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:33 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:32.177560+0000 mgr.smithi062.imakbh (mgr.14180) 1121 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:34.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:33 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:32.177560+0000 mgr.smithi062.imakbh (mgr.14180) 1121 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:34.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:33.538202+0000 mgr.smithi062.imakbh (mgr.14180) 1122 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:34.964 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:34.965 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:35.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:33.538202+0000 mgr.smithi062.imakbh (mgr.14180) 1122 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:35.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:36.344 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:36.378 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:34.960375+0000 mgr.smithi062.imakbh (mgr.14180) 1123 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:36.378 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:35.538934+0000 mgr.smithi062.imakbh (mgr.14180) 1124 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:34.960375+0000 mgr.smithi062.imakbh (mgr.14180) 1123 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:35.538934+0000 mgr.smithi062.imakbh (mgr.14180) 1124 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:37.708 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:37.708 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:38.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:38.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:37.539536+0000 mgr.smithi062.imakbh (mgr.14180) 1125 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:38.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:37.703140+0000 mgr.smithi062.imakbh (mgr.14180) 1126 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:39.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:37.539536+0000 mgr.smithi062.imakbh (mgr.14180) 1125 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:39.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:37.703140+0000 mgr.smithi062.imakbh (mgr.14180) 1126 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:39.128 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:40.491 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:40.491 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:40.816 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:39.540050+0000 mgr.smithi062.imakbh (mgr.14180) 1127 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:40.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:39.540050+0000 mgr.smithi062.imakbh (mgr.14180) 1127 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:41.869 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:41.896 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:40.486756+0000 mgr.smithi062.imakbh (mgr.14180) 1128 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:41.897 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:41 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:41.341041+0000 mon.smithi062 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:14:42.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:40.486756+0000 mgr.smithi062.imakbh (mgr.14180) 1128 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:42.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:41 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:41.341041+0000 mon.smithi062 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:14:42.902 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:41.540643+0000 mgr.smithi062.imakbh (mgr.14180) 1129 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:43.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:41.540643+0000 mgr.smithi062.imakbh (mgr.14180) 1129 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:43.301 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:43.301 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:43.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:44.711 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:43.297013+0000 mgr.smithi062.imakbh (mgr.14180) 1130 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:43.541389+0000 mgr.smithi062.imakbh (mgr.14180) 1131 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:45.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:43.297013+0000 mgr.smithi062.imakbh (mgr.14180) 1130 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:45.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:43.541389+0000 mgr.smithi062.imakbh (mgr.14180) 1131 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:46.113 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:46.114 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:46.390 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:45.542010+0000 mgr.smithi062.imakbh (mgr.14180) 1132 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:46.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:46.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:45.542010+0000 mgr.smithi062.imakbh (mgr.14180) 1132 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:47.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:46.109263+0000 mgr.smithi062.imakbh (mgr.14180) 1133 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:47.500 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:46.109263+0000 mgr.smithi062.imakbh (mgr.14180) 1133 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:48.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:47.542682+0000 mgr.smithi062.imakbh (mgr.14180) 1134 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:48.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:47.542682+0000 mgr.smithi062.imakbh (mgr.14180) 1134 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:49.112 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:49.112 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:49.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:50.501 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:50.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:49.108155+0000 mgr.smithi062.imakbh (mgr.14180) 1135 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:50.842 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:49.543248+0000 mgr.smithi062.imakbh (mgr.14180) 1136 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:49.108155+0000 mgr.smithi062.imakbh (mgr.14180) 1135 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:51.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:49.543248+0000 mgr.smithi062.imakbh (mgr.14180) 1136 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:51.907 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:51.907 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:52.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:52.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:51.543821+0000 mgr.smithi062.imakbh (mgr.14180) 1137 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:53.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:51.543821+0000 mgr.smithi062.imakbh (mgr.14180) 1137 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:14:53.233 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:53.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:53 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:51.903496+0000 mgr.smithi062.imakbh (mgr.14180) 1138 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:54.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:53 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:51.903496+0000 mgr.smithi062.imakbh (mgr.14180) 1138 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:54.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:53.544587+0000 mgr.smithi062.imakbh (mgr.14180) 1139 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:54.764 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:54.764 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:55.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:53.544587+0000 mgr.smithi062.imakbh (mgr.14180) 1139 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:55.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:54.760262+0000 mgr.smithi062.imakbh (mgr.14180) 1140 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:56.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:54.760262+0000 mgr.smithi062.imakbh (mgr.14180) 1140 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:56.150 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:56.827 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:55.545154+0000 mgr.smithi062.imakbh (mgr.14180) 1141 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:57.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:55.545154+0000 mgr.smithi062.imakbh (mgr.14180) 1141 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:57.547 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:14:57.548 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:14:57.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:14:58.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:14:57.543042+0000 mgr.smithi062.imakbh (mgr.14180) 1142 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:58.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:14:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:57.545718+0000 mgr.smithi062.imakbh (mgr.14180) 1143 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:14:58.924 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:14:59.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:14:57.543042+0000 mgr.smithi062.imakbh (mgr.14180) 1142 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:14:59.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:14:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:57.545718+0000 mgr.smithi062.imakbh (mgr.14180) 1143 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:00.514 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:00.514 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:00.835 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:14:59.546419+0000 mgr.smithi062.imakbh (mgr.14180) 1144 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:01.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:01.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:14:59.546419+0000 mgr.smithi062.imakbh (mgr.14180) 1144 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:01.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:00.509542+0000 mgr.smithi062.imakbh (mgr.14180) 1145 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:02.013 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:02.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:00.509542+0000 mgr.smithi062.imakbh (mgr.14180) 1145 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:02.826 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:01.547419+0000 mgr.smithi062.imakbh (mgr.14180) 1146 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:01.547419+0000 mgr.smithi062.imakbh (mgr.14180) 1146 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:03.658 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:03.659 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:03.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:04.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:03.548247+0000 mgr.smithi062.imakbh (mgr.14180) 1147 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:04.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:03.654595+0000 mgr.smithi062.imakbh (mgr.14180) 1148 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:04.993 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:05.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:03.548247+0000 mgr.smithi062.imakbh (mgr.14180) 1147 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:05.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:03.654595+0000 mgr.smithi062.imakbh (mgr.14180) 1148 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:06.369 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:06.370 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:06.394 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:05.548927+0000 mgr.smithi062.imakbh (mgr.14180) 1149 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:05.548927+0000 mgr.smithi062.imakbh (mgr.14180) 1149 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:06.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:07.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:06.365524+0000 mgr.smithi062.imakbh (mgr.14180) 1150 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:07.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:06.365524+0000 mgr.smithi062.imakbh (mgr.14180) 1150 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:07.748 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:08.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:07.549743+0000 mgr.smithi062.imakbh (mgr.14180) 1151 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:08.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:07.549743+0000 mgr.smithi062.imakbh (mgr.14180) 1151 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:09.246 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:09.247 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:09.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:10.623 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:10.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:09.242370+0000 mgr.smithi062.imakbh (mgr.14180) 1152 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:10.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:09.550208+0000 mgr.smithi062.imakbh (mgr.14180) 1153 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:11.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:09.242370+0000 mgr.smithi062.imakbh (mgr.14180) 1152 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:11.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:09.550208+0000 mgr.smithi062.imakbh (mgr.14180) 1153 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:12.027 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:12.028 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:12.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:12.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:11.550888+0000 mgr.smithi062.imakbh (mgr.14180) 1154 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:13.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:11.550888+0000 mgr.smithi062.imakbh (mgr.14180) 1154 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:13.422 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:13.764 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:12.023599+0000 mgr.smithi062.imakbh (mgr.14180) 1155 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:12.023599+0000 mgr.smithi062.imakbh (mgr.14180) 1155 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:14.786 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:14.786 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:14.807 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:13.551670+0000 mgr.smithi062.imakbh (mgr.14180) 1156 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:15.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:13.551670+0000 mgr.smithi062.imakbh (mgr.14180) 1156 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:15.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:15.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:14.782335+0000 mgr.smithi062.imakbh (mgr.14180) 1157 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:16.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:14.782335+0000 mgr.smithi062.imakbh (mgr.14180) 1157 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:16.162 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:16.824 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:15.552264+0000 mgr.smithi062.imakbh (mgr.14180) 1158 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:17.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:15.552264+0000 mgr.smithi062.imakbh (mgr.14180) 1158 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:17.494 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:17.495 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:17.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:18.863 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:18.897 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:17.490603+0000 mgr.smithi062.imakbh (mgr.14180) 1159 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:18.897 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:17.552989+0000 mgr.smithi062.imakbh (mgr.14180) 1160 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:19.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:17.490603+0000 mgr.smithi062.imakbh (mgr.14180) 1159 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:19.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:17.552989+0000 mgr.smithi062.imakbh (mgr.14180) 1160 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:20.182 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:20.182 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:20.553 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:20.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:19.553584+0000 mgr.smithi062.imakbh (mgr.14180) 1161 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:21.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:19.553584+0000 mgr.smithi062.imakbh (mgr.14180) 1161 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:21.554 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:21.904 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:21 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:20.178064+0000 mgr.smithi062.imakbh (mgr.14180) 1162 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:22.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:21 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:20.178064+0000 mgr.smithi062.imakbh (mgr.14180) 1162 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:22.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:21.554218+0000 mgr.smithi062.imakbh (mgr.14180) 1163 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:22.911 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:22.911 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:23.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:21.554218+0000 mgr.smithi062.imakbh (mgr.14180) 1163 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:23.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:24.296 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:24.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:22.907118+0000 mgr.smithi062.imakbh (mgr.14180) 1164 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:24.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:23.554813+0000 mgr.smithi062.imakbh (mgr.14180) 1165 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:25.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:22.907118+0000 mgr.smithi062.imakbh (mgr.14180) 1164 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:25.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:23.554813+0000 mgr.smithi062.imakbh (mgr.14180) 1165 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:25.721 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:25.721 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:26.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:26.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:25.555354+0000 mgr.smithi062.imakbh (mgr.14180) 1166 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:26.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:25.716972+0000 mgr.smithi062.imakbh (mgr.14180) 1167 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:25.555354+0000 mgr.smithi062.imakbh (mgr.14180) 1166 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:25.716972+0000 mgr.smithi062.imakbh (mgr.14180) 1167 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:27.097 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:27.815 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:27 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:27.538366+0000 mon.smithi062 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:15:28.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:27 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:27.538366+0000 mon.smithi062 (mon.0) 730 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:15:28.501 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:28.501 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:02:55.940763Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:02:55.941433Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:02:55.940912Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:02:55.940999Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:02:55.941072Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:02:55.941140Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:28.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:29.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:27.555949+0000 mgr.smithi062.imakbh (mgr.14180) 1168 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:29.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:27.781661+0000 mon.smithi062 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:29.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:27.834369+0000 mon.smithi062 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:29.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:27.555949+0000 mgr.smithi062.imakbh (mgr.14180) 1168 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:29.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:27.781661+0000 mon.smithi062 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:29.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:27.834369+0000 mon.smithi062 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:29.895 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:28.497421+0000 mgr.smithi062.imakbh (mgr.14180) 1169 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.111653+0000 mon.smithi062 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.392382+0000 mon.smithi062 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.393230+0000 mon.smithi062 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.400240+0000 mon.smithi062 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.404689+0000 mon.smithi062 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:15:30.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:29.414465+0000 mon.smithi062 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:28.497421+0000 mgr.smithi062.imakbh (mgr.14180) 1169 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.111653+0000 mon.smithi062 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.392382+0000 mon.smithi062 (mon.0) 734 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.393230+0000 mon.smithi062 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.400240+0000 mon.smithi062 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.404689+0000 mon.smithi062 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:15:30.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:29.414465+0000 mon.smithi062 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:30.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:29.400757+0000 mgr.smithi062.imakbh (mgr.14180) 1170 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:30.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:15:29.416683+0000 mgr.smithi062.imakbh (mgr.14180) 1171 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.rotcir on smithi092 2023-11-17T07:15:30.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:30.398117+0000 mon.smithi062 (mon.0) 739 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:15:30.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:30.398152+0000 mon.smithi062 (mon.0) 740 : cluster [INF] Cluster is now healthy 2023-11-17T07:15:31.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:29.400757+0000 mgr.smithi062.imakbh (mgr.14180) 1170 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:15:29.416683+0000 mgr.smithi062.imakbh (mgr.14180) 1171 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.rotcir on smithi092 2023-11-17T07:15:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:30.398117+0000 mon.smithi062 (mon.0) 739 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:15:31.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:30.398152+0000 mon.smithi062 (mon.0) 740 : cluster [INF] Cluster is now healthy 2023-11-17T07:15:31.245 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:31.246 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:31.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:32.620 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:32.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:31.241279+0000 mgr.smithi062.imakbh (mgr.14180) 1172 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:32.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:31.401403+0000 mgr.smithi062.imakbh (mgr.14180) 1173 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:15:33.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:31.241279+0000 mgr.smithi062.imakbh (mgr.14180) 1172 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:33.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:31.401403+0000 mgr.smithi062.imakbh (mgr.14180) 1173 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:15:34.008 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:34.009 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:34.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:35.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:33.401828+0000 mgr.smithi062.imakbh (mgr.14180) 1174 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:35.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:33.401828+0000 mgr.smithi062.imakbh (mgr.14180) 1174 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:35.428 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:36.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:35 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:34.004085+0000 mgr.smithi062.imakbh (mgr.14180) 1175 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:36.139 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:35 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:34.004085+0000 mgr.smithi062.imakbh (mgr.14180) 1175 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:36.836 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:36.836 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:37.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:35.402457+0000 mgr.smithi062.imakbh (mgr.14180) 1176 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:37.133 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:35.402457+0000 mgr.smithi062.imakbh (mgr.14180) 1176 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:37.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:38.067 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:36.832044+0000 mgr.smithi062.imakbh (mgr.14180) 1177 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:38.153 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:38.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:36.832044+0000 mgr.smithi062.imakbh (mgr.14180) 1177 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:39.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:37.403114+0000 mgr.smithi062.imakbh (mgr.14180) 1178 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:39.156 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:37.403114+0000 mgr.smithi062.imakbh (mgr.14180) 1178 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:39.548 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:39.548 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:39.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:40.944 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:39.403483+0000 mgr.smithi062.imakbh (mgr.14180) 1179 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:41.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:39.544619+0000 mgr.smithi062.imakbh (mgr.14180) 1180 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:41.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:39.403483+0000 mgr.smithi062.imakbh (mgr.14180) 1179 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:15:41.158 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:39.544619+0000 mgr.smithi062.imakbh (mgr.14180) 1180 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:42.355 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:42.356 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:42.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:41.342080+0000 mon.smithi062 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:42.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:41.403937+0000 mgr.smithi062.imakbh (mgr.14180) 1181 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:42.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:42.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:41.342080+0000 mon.smithi062 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:15:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:41.403937+0000 mgr.smithi062.imakbh (mgr.14180) 1181 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:43.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:42.350976+0000 mgr.smithi062.imakbh (mgr.14180) 1182 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:43.768 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:43.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:42.350976+0000 mgr.smithi062.imakbh (mgr.14180) 1182 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:44.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:43.404460+0000 mgr.smithi062.imakbh (mgr.14180) 1183 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:44.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:43.404460+0000 mgr.smithi062.imakbh (mgr.14180) 1183 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:45.374 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:45.374 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:45.759 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:46.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:45.370093+0000 mgr.smithi062.imakbh (mgr.14180) 1184 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:46.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:45.404893+0000 mgr.smithi062.imakbh (mgr.14180) 1185 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:46.569 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:45.370093+0000 mgr.smithi062.imakbh (mgr.14180) 1184 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:46.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:45.404893+0000 mgr.smithi062.imakbh (mgr.14180) 1185 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:46.760 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:48.214 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:48.214 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:48.590 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:47.405406+0000 mgr.smithi062.imakbh (mgr.14180) 1186 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:48.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:48.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:47.405406+0000 mgr.smithi062.imakbh (mgr.14180) 1186 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:49.593 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:49.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:48.210059+0000 mgr.smithi062.imakbh (mgr.14180) 1187 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:49.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:48.210059+0000 mgr.smithi062.imakbh (mgr.14180) 1187 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:50.629 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:49.405858+0000 mgr.smithi062.imakbh (mgr.14180) 1188 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:50.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:49.405858+0000 mgr.smithi062.imakbh (mgr.14180) 1188 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:51.046 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:51.046 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:51.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:52.418 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:52.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:51.041777+0000 mgr.smithi062.imakbh (mgr.14180) 1189 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:52.744 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:51.406331+0000 mgr.smithi062.imakbh (mgr.14180) 1190 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:51.041777+0000 mgr.smithi062.imakbh (mgr.14180) 1189 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:51.406331+0000 mgr.smithi062.imakbh (mgr.14180) 1190 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:15:53.771 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:53.771 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:54.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:54.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:53.406835+0000 mgr.smithi062.imakbh (mgr.14180) 1191 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:54.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:53.766654+0000 mgr.smithi062.imakbh (mgr.14180) 1192 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:54.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:53.406835+0000 mgr.smithi062.imakbh (mgr.14180) 1191 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:54.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:53.766654+0000 mgr.smithi062.imakbh (mgr.14180) 1192 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:55.159 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:56.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:55.407485+0000 mgr.smithi062.imakbh (mgr.14180) 1193 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:56.528 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:56.528 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:55.407485+0000 mgr.smithi062.imakbh (mgr.14180) 1193 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:56.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:15:57.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:56.524420+0000 mgr.smithi062.imakbh (mgr.14180) 1194 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:57.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:56.524420+0000 mgr.smithi062.imakbh (mgr.14180) 1194 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:15:57.909 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:15:58.283 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:15:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:57.408106+0000 mgr.smithi062.imakbh (mgr.14180) 1195 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:58.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:15:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:57.408106+0000 mgr.smithi062.imakbh (mgr.14180) 1195 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:15:59.343 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:15:59.343 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:15:59.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:00.725 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:00.759 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:15:59.339095+0000 mgr.smithi062.imakbh (mgr.14180) 1196 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:00.759 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:15:59.408404+0000 mgr.smithi062.imakbh (mgr.14180) 1197 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:00.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:15:59.339095+0000 mgr.smithi062.imakbh (mgr.14180) 1196 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:15:59.408404+0000 mgr.smithi062.imakbh (mgr.14180) 1197 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:02.120 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:02.120 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:02.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:02.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:01.408853+0000 mgr.smithi062.imakbh (mgr.14180) 1198 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:02.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:01.408853+0000 mgr.smithi062.imakbh (mgr.14180) 1198 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:03.499 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:03.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:02.115808+0000 mgr.smithi062.imakbh (mgr.14180) 1199 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:03.841 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:02.115808+0000 mgr.smithi062.imakbh (mgr.14180) 1199 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:03.409584+0000 mgr.smithi062.imakbh (mgr.14180) 1200 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:04.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:03.409584+0000 mgr.smithi062.imakbh (mgr.14180) 1200 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:04.912 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:04.913 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:05.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:06.282 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:06.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:04.908915+0000 mgr.smithi062.imakbh (mgr.14180) 1201 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:06.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:05.410192+0000 mgr.smithi062.imakbh (mgr.14180) 1202 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:06.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:04.908915+0000 mgr.smithi062.imakbh (mgr.14180) 1201 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:05.410192+0000 mgr.smithi062.imakbh (mgr.14180) 1202 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:07.693 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:07.694 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:08.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:07.410760+0000 mgr.smithi062.imakbh (mgr.14180) 1203 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:07.689635+0000 mgr.smithi062.imakbh (mgr.14180) 1204 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:08.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:07.410760+0000 mgr.smithi062.imakbh (mgr.14180) 1203 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:08.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:07.689635+0000 mgr.smithi062.imakbh (mgr.14180) 1204 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:09.065 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:10.408 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:10.408 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:10.695 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:09.411084+0000 mgr.smithi062.imakbh (mgr.14180) 1205 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:10.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:09.411084+0000 mgr.smithi062.imakbh (mgr.14180) 1205 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:11.774 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:11.809 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:10.403503+0000 mgr.smithi062.imakbh (mgr.14180) 1206 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:11.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:10.403503+0000 mgr.smithi062.imakbh (mgr.14180) 1206 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:12.767 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:11.411729+0000 mgr.smithi062.imakbh (mgr.14180) 1207 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:12.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:11.411729+0000 mgr.smithi062.imakbh (mgr.14180) 1207 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:13.139 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:13.139 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:13.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:14.516 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:14.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:13.134550+0000 mgr.smithi062.imakbh (mgr.14180) 1208 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:14.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:13.412173+0000 mgr.smithi062.imakbh (mgr.14180) 1209 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:14.857 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:13.134550+0000 mgr.smithi062.imakbh (mgr.14180) 1208 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:14.857 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:13.412173+0000 mgr.smithi062.imakbh (mgr.14180) 1209 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:15.935 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:15.935 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:16.211 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:15.412755+0000 mgr.smithi062.imakbh (mgr.14180) 1210 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:16.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:16.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:15.412755+0000 mgr.smithi062.imakbh (mgr.14180) 1210 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:17.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:17.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:15.931254+0000 mgr.smithi062.imakbh (mgr.14180) 1211 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:17.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:15.931254+0000 mgr.smithi062.imakbh (mgr.14180) 1211 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:18.274 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:17.413216+0000 mgr.smithi062.imakbh (mgr.14180) 1212 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:18.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:17.413216+0000 mgr.smithi062.imakbh (mgr.14180) 1212 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:18.640 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:18.641 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:19.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:19.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:19 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:18.636486+0000 mgr.smithi062.imakbh (mgr.14180) 1213 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:19.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:19 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:18.636486+0000 mgr.smithi062.imakbh (mgr.14180) 1213 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:20.005 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:20.355 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:19.413803+0000 mgr.smithi062.imakbh (mgr.14180) 1214 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:20.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:19.413803+0000 mgr.smithi062.imakbh (mgr.14180) 1214 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:21.385 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:21.385 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:21.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:22.747 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:22.781 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:21.378784+0000 mgr.smithi062.imakbh (mgr.14180) 1215 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:22.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:21.414502+0000 mgr.smithi062.imakbh (mgr.14180) 1216 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:22.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:21.378784+0000 mgr.smithi062.imakbh (mgr.14180) 1215 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:16:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:21.414502+0000 mgr.smithi062.imakbh (mgr.14180) 1216 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:16:24.167 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:16:24.167 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:16:24.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:16:24.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:23.414991+0000 mgr.smithi062.imakbh (mgr.14180) 1217 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:24.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:23.414991+0000 mgr.smithi062.imakbh (mgr.14180) 1217 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:16:25.537 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:16:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:24.162898+0000 mgr.smithi062.imakbh (mgr.14180) 1218 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.387 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:24.162898+0000 mgr.smithi062.imakbh (mgr.14180) 1218 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.465 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:25.415430+0000 mgr.smithi062.imakbh (mgr.14180) 1219 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.467 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:31.467 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:07:56.308970Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.tyejid on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:31.468 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:25.415430+0000 mgr.smithi062.imakbh (mgr.14180) 1219 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:16:26.929383+0000 mgr.smithi062.imakbh (mgr.14180) 1220 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:27.416152+0000 mgr.smithi062.imakbh (mgr.14180) 1221 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:29.416613+0000 mgr.smithi062.imakbh (mgr.14180) 1222 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:31.417169+0000 mgr.smithi062.imakbh (mgr.14180) 1223 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:33.417734+0000 mgr.smithi062.imakbh (mgr.14180) 1224 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:35.418385+0000 mgr.smithi062.imakbh (mgr.14180) 1225 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:37.419043+0000 mgr.smithi062.imakbh (mgr.14180) 1226 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:39.419515+0000 mgr.smithi062.imakbh (mgr.14180) 1227 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:41.420181+0000 mgr.smithi062.imakbh (mgr.14180) 1228 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.480 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:43.420910+0000 mgr.smithi062.imakbh (mgr.14180) 1229 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:45.421573+0000 mgr.smithi062.imakbh (mgr.14180) 1230 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:47.422153+0000 mgr.smithi062.imakbh (mgr.14180) 1231 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:49.422641+0000 mgr.smithi062.imakbh (mgr.14180) 1232 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:51.423127+0000 mgr.smithi062.imakbh (mgr.14180) 1233 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.481 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:53.423828+0000 mgr.smithi062.imakbh (mgr.14180) 1234 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:55.424434+0000 mgr.smithi062.imakbh (mgr.14180) 1235 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:16:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:57.424936+0000 mgr.smithi062.imakbh (mgr.14180) 1236 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:16:59.425594+0000 mgr.smithi062.imakbh (mgr.14180) 1237 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:01.426165+0000 mgr.smithi062.imakbh (mgr.14180) 1238 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:03.426902+0000 mgr.smithi062.imakbh (mgr.14180) 1239 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:05.427419+0000 mgr.smithi062.imakbh (mgr.14180) 1240 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:07.427946+0000 mgr.smithi062.imakbh (mgr.14180) 1241 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:09.428488+0000 mgr.smithi062.imakbh (mgr.14180) 1242 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.505 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:11.429003+0000 mgr.smithi062.imakbh (mgr.14180) 1243 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:13.429586+0000 mgr.smithi062.imakbh (mgr.14180) 1244 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:15.430218+0000 mgr.smithi062.imakbh (mgr.14180) 1245 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:17.430713+0000 mgr.smithi062.imakbh (mgr.14180) 1246 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:19.431187+0000 mgr.smithi062.imakbh (mgr.14180) 1247 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:21.431728+0000 mgr.smithi062.imakbh (mgr.14180) 1248 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:23.432392+0000 mgr.smithi062.imakbh (mgr.14180) 1249 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:25.432817+0000 mgr.smithi062.imakbh (mgr.14180) 1250 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:27.433340+0000 mgr.smithi062.imakbh (mgr.14180) 1251 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:29.433733+0000 mgr.smithi062.imakbh (mgr.14180) 1252 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.506 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:31.434475+0000 mgr.smithi062.imakbh (mgr.14180) 1253 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:33.435230+0000 mgr.smithi062.imakbh (mgr.14180) 1254 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:35.435882+0000 mgr.smithi062.imakbh (mgr.14180) 1255 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:37.436427+0000 mgr.smithi062.imakbh (mgr.14180) 1256 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:39.437092+0000 mgr.smithi062.imakbh (mgr.14180) 1257 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:41.437560+0000 mgr.smithi062.imakbh (mgr.14180) 1258 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:43.438140+0000 mgr.smithi062.imakbh (mgr.14180) 1259 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:45.438847+0000 mgr.smithi062.imakbh (mgr.14180) 1260 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:47.439610+0000 mgr.smithi062.imakbh (mgr.14180) 1261 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:49.440218+0000 mgr.smithi062.imakbh (mgr.14180) 1262 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:51.440709+0000 mgr.smithi062.imakbh (mgr.14180) 1263 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:53.441299+0000 mgr.smithi062.imakbh (mgr.14180) 1264 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:55.441945+0000 mgr.smithi062.imakbh (mgr.14180) 1265 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.507 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:57.442454+0000 mgr.smithi062.imakbh (mgr.14180) 1266 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:17:58.265121+0000 mon.smithi062 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.rotcir"}]: dispatch 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:17:58.264501+0000 mgr.smithi062.imakbh (mgr.14180) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.508 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.509 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:17:58.264730+0000 mgr.smithi062.imakbh (mgr.14180) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:17:58.265929+0000 mgr.smithi062.imakbh (mgr.14180) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.510 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:17:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:17:58.267606+0000 mgr.smithi062.imakbh (mgr.14180) 1270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.kvvqed on smithi062 2023-11-17T07:18:31.511 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:17:59.443016+0000 mgr.smithi062.imakbh (mgr.14180) 1271 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:01.443517+0000 mgr.smithi062.imakbh (mgr.14180) 1272 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:03.444186+0000 mgr.smithi062.imakbh (mgr.14180) 1273 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:05.444755+0000 mgr.smithi062.imakbh (mgr.14180) 1274 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:07.445520+0000 mgr.smithi062.imakbh (mgr.14180) 1275 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:09.446038+0000 mgr.smithi062.imakbh (mgr.14180) 1276 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:11.446506+0000 mgr.smithi062.imakbh (mgr.14180) 1277 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.549 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:13.447100+0000 mgr.smithi062.imakbh (mgr.14180) 1278 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:15.447562+0000 mgr.smithi062.imakbh (mgr.14180) 1279 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:17.448296+0000 mgr.smithi062.imakbh (mgr.14180) 1280 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:19.448878+0000 mgr.smithi062.imakbh (mgr.14180) 1281 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:21.449455+0000 mgr.smithi062.imakbh (mgr.14180) 1282 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:23.449971+0000 mgr.smithi062.imakbh (mgr.14180) 1283 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:25.450644+0000 mgr.smithi062.imakbh (mgr.14180) 1284 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:27.451202+0000 mgr.smithi062.imakbh (mgr.14180) 1285 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.550 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:29.451744+0000 mgr.smithi062.imakbh (mgr.14180) 1286 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:16:26.929383+0000 mgr.smithi062.imakbh (mgr.14180) 1220 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:27.416152+0000 mgr.smithi062.imakbh (mgr.14180) 1221 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:29.416613+0000 mgr.smithi062.imakbh (mgr.14180) 1222 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:31.417169+0000 mgr.smithi062.imakbh (mgr.14180) 1223 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:33.417734+0000 mgr.smithi062.imakbh (mgr.14180) 1224 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.551 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:35.418385+0000 mgr.smithi062.imakbh (mgr.14180) 1225 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:37.419043+0000 mgr.smithi062.imakbh (mgr.14180) 1226 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:39.419515+0000 mgr.smithi062.imakbh (mgr.14180) 1227 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:41.420181+0000 mgr.smithi062.imakbh (mgr.14180) 1228 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:43.420910+0000 mgr.smithi062.imakbh (mgr.14180) 1229 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:45.421573+0000 mgr.smithi062.imakbh (mgr.14180) 1230 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:47.422153+0000 mgr.smithi062.imakbh (mgr.14180) 1231 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:49.422641+0000 mgr.smithi062.imakbh (mgr.14180) 1232 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:51.423127+0000 mgr.smithi062.imakbh (mgr.14180) 1233 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:53.423828+0000 mgr.smithi062.imakbh (mgr.14180) 1234 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.552 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:55.424434+0000 mgr.smithi062.imakbh (mgr.14180) 1235 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:16:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:57.424936+0000 mgr.smithi062.imakbh (mgr.14180) 1236 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:16:59.425594+0000 mgr.smithi062.imakbh (mgr.14180) 1237 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:01.426165+0000 mgr.smithi062.imakbh (mgr.14180) 1238 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:03.426902+0000 mgr.smithi062.imakbh (mgr.14180) 1239 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:05.427419+0000 mgr.smithi062.imakbh (mgr.14180) 1240 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:07.427946+0000 mgr.smithi062.imakbh (mgr.14180) 1241 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:09.428488+0000 mgr.smithi062.imakbh (mgr.14180) 1242 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:11.429003+0000 mgr.smithi062.imakbh (mgr.14180) 1243 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:13.429586+0000 mgr.smithi062.imakbh (mgr.14180) 1244 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:15.430218+0000 mgr.smithi062.imakbh (mgr.14180) 1245 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:17.430713+0000 mgr.smithi062.imakbh (mgr.14180) 1246 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.553 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:19.431187+0000 mgr.smithi062.imakbh (mgr.14180) 1247 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:21.431728+0000 mgr.smithi062.imakbh (mgr.14180) 1248 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:23.432392+0000 mgr.smithi062.imakbh (mgr.14180) 1249 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:25.432817+0000 mgr.smithi062.imakbh (mgr.14180) 1250 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:27.433340+0000 mgr.smithi062.imakbh (mgr.14180) 1251 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:29.433733+0000 mgr.smithi062.imakbh (mgr.14180) 1252 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:31.434475+0000 mgr.smithi062.imakbh (mgr.14180) 1253 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:33.435230+0000 mgr.smithi062.imakbh (mgr.14180) 1254 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:35.435882+0000 mgr.smithi062.imakbh (mgr.14180) 1255 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:37.436427+0000 mgr.smithi062.imakbh (mgr.14180) 1256 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:39.437092+0000 mgr.smithi062.imakbh (mgr.14180) 1257 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:41.437560+0000 mgr.smithi062.imakbh (mgr.14180) 1258 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:43.438140+0000 mgr.smithi062.imakbh (mgr.14180) 1259 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.554 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:45.438847+0000 mgr.smithi062.imakbh (mgr.14180) 1260 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:47.439610+0000 mgr.smithi062.imakbh (mgr.14180) 1261 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:49.440218+0000 mgr.smithi062.imakbh (mgr.14180) 1262 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:51.440709+0000 mgr.smithi062.imakbh (mgr.14180) 1263 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:53.441299+0000 mgr.smithi062.imakbh (mgr.14180) 1264 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:55.441945+0000 mgr.smithi062.imakbh (mgr.14180) 1265 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:57.442454+0000 mgr.smithi062.imakbh (mgr.14180) 1266 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:17:58.265121+0000 mon.smithi062 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi092.rotcir"}]: dispatch 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:17:58.264501+0000 mgr.smithi062.imakbh (mgr.14180) 1267 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.555 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:18:31.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.557 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.572 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:17:58.264730+0000 mgr.smithi062.imakbh (mgr.14180) 1268 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:17:58.265929+0000 mgr.smithi062.imakbh (mgr.14180) 1269 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi092.rotcir ... 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:16: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" 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:17:20Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:18:31.573 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:17:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:17:58.267606+0000 mgr.smithi062.imakbh (mgr.14180) 1270 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi062.kvvqed on smithi062 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:17:59.443016+0000 mgr.smithi062.imakbh (mgr.14180) 1271 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:01.443517+0000 mgr.smithi062.imakbh (mgr.14180) 1272 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:03.444186+0000 mgr.smithi062.imakbh (mgr.14180) 1273 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:05.444755+0000 mgr.smithi062.imakbh (mgr.14180) 1274 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:07.445520+0000 mgr.smithi062.imakbh (mgr.14180) 1275 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:09.446038+0000 mgr.smithi062.imakbh (mgr.14180) 1276 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:11.446506+0000 mgr.smithi062.imakbh (mgr.14180) 1277 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:13.447100+0000 mgr.smithi062.imakbh (mgr.14180) 1278 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.574 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:15.447562+0000 mgr.smithi062.imakbh (mgr.14180) 1279 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:17.448296+0000 mgr.smithi062.imakbh (mgr.14180) 1280 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:19.448878+0000 mgr.smithi062.imakbh (mgr.14180) 1281 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:21.449455+0000 mgr.smithi062.imakbh (mgr.14180) 1282 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:23.449971+0000 mgr.smithi062.imakbh (mgr.14180) 1283 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:25.450644+0000 mgr.smithi062.imakbh (mgr.14180) 1284 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:27.451202+0000 mgr.smithi062.imakbh (mgr.14180) 1285 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:31.575 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:29.451744+0000 mgr.smithi062.imakbh (mgr.14180) 1286 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:32.470 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:32.813 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:31.452452+0000 mgr.smithi062.imakbh (mgr.14180) 1287 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:32.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:31.452452+0000 mgr.smithi062.imakbh (mgr.14180) 1287 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:33.844 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:33.845 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:34.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:33.452995+0000 mgr.smithi062.imakbh (mgr.14180) 1288 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:33.839841+0000 mgr.smithi062.imakbh (mgr.14180) 1289 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:34.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:33.452995+0000 mgr.smithi062.imakbh (mgr.14180) 1288 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:34.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:33.839841+0000 mgr.smithi062.imakbh (mgr.14180) 1289 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:35.355 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:36.289 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:35.453600+0000 mgr.smithi062.imakbh (mgr.14180) 1290 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:35.453600+0000 mgr.smithi062.imakbh (mgr.14180) 1290 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:36.674 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:36.674 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:37.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:37.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:36.669973+0000 mgr.smithi062.imakbh (mgr.14180) 1291 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:37.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:36.669973+0000 mgr.smithi062.imakbh (mgr.14180) 1291 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:38.044 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:38.387 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:37.454068+0000 mgr.smithi062.imakbh (mgr.14180) 1292 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:38.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:37.454068+0000 mgr.smithi062.imakbh (mgr.14180) 1292 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:39.554 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:39.554 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:39.890 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:40.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:39.454393+0000 mgr.smithi062.imakbh (mgr.14180) 1293 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:40.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:39.549826+0000 mgr.smithi062.imakbh (mgr.14180) 1294 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:40.891 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:39.454393+0000 mgr.smithi062.imakbh (mgr.14180) 1293 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:40.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:39.549826+0000 mgr.smithi062.imakbh (mgr.14180) 1294 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:42.251 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:42.251 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:42.577 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:41.454792+0000 mgr.smithi062.imakbh (mgr.14180) 1295 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:42.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:41.454792+0000 mgr.smithi062.imakbh (mgr.14180) 1295 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:43.619 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:42.246837+0000 mgr.smithi062.imakbh (mgr.14180) 1296 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:43.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:42.246837+0000 mgr.smithi062.imakbh (mgr.14180) 1296 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:44.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:43.455312+0000 mgr.smithi062.imakbh (mgr.14180) 1297 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:44.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:43.455312+0000 mgr.smithi062.imakbh (mgr.14180) 1297 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:44.972 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:44.973 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:45.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:46.477 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:46.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:44.968637+0000 mgr.smithi062.imakbh (mgr.14180) 1298 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:46.511 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:45.455722+0000 mgr.smithi062.imakbh (mgr.14180) 1299 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:46.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:44.968637+0000 mgr.smithi062.imakbh (mgr.14180) 1298 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:46.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:45.455722+0000 mgr.smithi062.imakbh (mgr.14180) 1299 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:47.886 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:47.887 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:48.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:47.456193+0000 mgr.smithi062.imakbh (mgr.14180) 1300 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:47.882158+0000 mgr.smithi062.imakbh (mgr.14180) 1301 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:49.456570+0000 mgr.smithi062.imakbh (mgr.14180) 1302 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:47.456193+0000 mgr.smithi062.imakbh (mgr.14180) 1300 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:47.882158+0000 mgr.smithi062.imakbh (mgr.14180) 1301 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:51.957 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:49.456570+0000 mgr.smithi062.imakbh (mgr.14180) 1302 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:51.457095+0000 mgr.smithi062.imakbh (mgr.14180) 1303 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:52.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:51.457095+0000 mgr.smithi062.imakbh (mgr.14180) 1303 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:18:52.956 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:54.350 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:54.350 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:54.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:53.457518+0000 mgr.smithi062.imakbh (mgr.14180) 1304 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:54.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:54.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:53.457518+0000 mgr.smithi062.imakbh (mgr.14180) 1304 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:55.725 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:55.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:54.345301+0000 mgr.smithi062.imakbh (mgr.14180) 1305 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:55.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:54.345301+0000 mgr.smithi062.imakbh (mgr.14180) 1305 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:56.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:55.458044+0000 mgr.smithi062.imakbh (mgr.14180) 1306 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:56.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:55.458044+0000 mgr.smithi062.imakbh (mgr.14180) 1306 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:57.136 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:57.136 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:18:57.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:18:58.519 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:18:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:57.132019+0000 mgr.smithi062.imakbh (mgr.14180) 1307 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:18:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:57.458581+0000 mgr.smithi062.imakbh (mgr.14180) 1308 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:58.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:57.132019+0000 mgr.smithi062.imakbh (mgr.14180) 1307 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:18:58.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:18:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:57.458581+0000 mgr.smithi062.imakbh (mgr.14180) 1308 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:18:59.854 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:18:59.854 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:00.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:18:59.459065+0000 mgr.smithi062.imakbh (mgr.14180) 1309 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:18:59.849290+0000 mgr.smithi062.imakbh (mgr.14180) 1310 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:00.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:18:59.459065+0000 mgr.smithi062.imakbh (mgr.14180) 1309 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:00.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:18:59.849290+0000 mgr.smithi062.imakbh (mgr.14180) 1310 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:01.225 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:02.627 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:05.985 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:05.986 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:01.459477+0000 mgr.smithi062.imakbh (mgr.14180) 1311 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:05.986 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:01.459477+0000 mgr.smithi062.imakbh (mgr.14180) 1311 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:05.986 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:02.621932+0000 mgr.smithi062.imakbh (mgr.14180) 1312 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:05.987 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:03.459970+0000 mgr.smithi062.imakbh (mgr.14180) 1313 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:05.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:05.988 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:02.621932+0000 mgr.smithi062.imakbh (mgr.14180) 1312 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:05.988 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:03.459970+0000 mgr.smithi062.imakbh (mgr.14180) 1313 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:05.460517+0000 mgr.smithi062.imakbh (mgr.14180) 1314 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:06.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:05.460517+0000 mgr.smithi062.imakbh (mgr.14180) 1314 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:06.988 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:08.375 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:08.375 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:08.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:07.461059+0000 mgr.smithi062.imakbh (mgr.14180) 1315 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:08.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:07.461059+0000 mgr.smithi062.imakbh (mgr.14180) 1315 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:09.782 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:09.817 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:08.371125+0000 mgr.smithi062.imakbh (mgr.14180) 1316 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:08.371125+0000 mgr.smithi062.imakbh (mgr.14180) 1316 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:10.769 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:09.461599+0000 mgr.smithi062.imakbh (mgr.14180) 1317 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:09.461599+0000 mgr.smithi062.imakbh (mgr.14180) 1317 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:11.135 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:11.135 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:11.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:12.506 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:11.131073+0000 mgr.smithi062.imakbh (mgr.14180) 1318 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:11.462094+0000 mgr.smithi062.imakbh (mgr.14180) 1319 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:11.131073+0000 mgr.smithi062.imakbh (mgr.14180) 1318 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:14.787 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:11.462094+0000 mgr.smithi062.imakbh (mgr.14180) 1319 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:14.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:13.462631+0000 mgr.smithi062.imakbh (mgr.14180) 1320 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:14.820 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:13.462631+0000 mgr.smithi062.imakbh (mgr.14180) 1320 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:16.217 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:16.218 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:16.487 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:15.463248+0000 mgr.smithi062.imakbh (mgr.14180) 1321 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:16.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:15.463248+0000 mgr.smithi062.imakbh (mgr.14180) 1321 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:16.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:17.570 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:16.212926+0000 mgr.smithi062.imakbh (mgr.14180) 1322 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:17.598 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:17.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:16.212926+0000 mgr.smithi062.imakbh (mgr.14180) 1322 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:18.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:17.463850+0000 mgr.smithi062.imakbh (mgr.14180) 1323 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:18.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:17.463850+0000 mgr.smithi062.imakbh (mgr.14180) 1323 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:19.112 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:19.112 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:19.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:20.489 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:19.107762+0000 mgr.smithi062.imakbh (mgr.14180) 1324 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:19.464424+0000 mgr.smithi062.imakbh (mgr.14180) 1325 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:20.840 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:19.107762+0000 mgr.smithi062.imakbh (mgr.14180) 1324 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:20.840 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:19.464424+0000 mgr.smithi062.imakbh (mgr.14180) 1325 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:21.913 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:21.914 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:22.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:21.464823+0000 mgr.smithi062.imakbh (mgr.14180) 1326 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:22.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:21.464823+0000 mgr.smithi062.imakbh (mgr.14180) 1326 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:23.282 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:23.639 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:21.909457+0000 mgr.smithi062.imakbh (mgr.14180) 1327 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:21.909457+0000 mgr.smithi062.imakbh (mgr.14180) 1327 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:24.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:23.465338+0000 mgr.smithi062.imakbh (mgr.14180) 1328 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:24.737 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:24.737 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:24.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:23.465338+0000 mgr.smithi062.imakbh (mgr.14180) 1328 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:25.121 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:25.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:25 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:24.733104+0000 mgr.smithi062.imakbh (mgr.14180) 1329 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:25.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:25 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:24.733104+0000 mgr.smithi062.imakbh (mgr.14180) 1329 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:26.122 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:26.808 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:25.465878+0000 mgr.smithi062.imakbh (mgr.14180) 1330 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:26.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:25.465878+0000 mgr.smithi062.imakbh (mgr.14180) 1330 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:27.573 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:27.573 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:27.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:27.466343+0000 mgr.smithi062.imakbh (mgr.14180) 1331 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:27.568719+0000 mgr.smithi062.imakbh (mgr.14180) 1332 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:28.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:27.466343+0000 mgr.smithi062.imakbh (mgr.14180) 1331 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:28.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:27.568719+0000 mgr.smithi062.imakbh (mgr.14180) 1332 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:28.972 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:30.399 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:30.399 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:30.693 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:29.466796+0000 mgr.smithi062.imakbh (mgr.14180) 1333 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:30.787 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:29.466796+0000 mgr.smithi062.imakbh (mgr.14180) 1333 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:31.788 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:31.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:30.394812+0000 mgr.smithi062.imakbh (mgr.14180) 1334 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:31.821 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:30.394812+0000 mgr.smithi062.imakbh (mgr.14180) 1334 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:32.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:31.467531+0000 mgr.smithi062.imakbh (mgr.14180) 1335 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:32.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:31.467531+0000 mgr.smithi062.imakbh (mgr.14180) 1335 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:33.186 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:33.187 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:33.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:34.581 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:33.182336+0000 mgr.smithi062.imakbh (mgr.14180) 1336 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:33.468080+0000 mgr.smithi062.imakbh (mgr.14180) 1337 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:34.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:33.182336+0000 mgr.smithi062.imakbh (mgr.14180) 1336 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:34.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:33.468080+0000 mgr.smithi062.imakbh (mgr.14180) 1337 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:36.090 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:43.301 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:35.468460+0000 mgr.smithi062.imakbh (mgr.14180) 1338 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:35.468460+0000 mgr.smithi062.imakbh (mgr.14180) 1338 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.303 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:36.085410+0000 mgr.smithi062.imakbh (mgr.14180) 1339 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:37.468920+0000 mgr.smithi062.imakbh (mgr.14180) 1340 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:39.469450+0000 mgr.smithi062.imakbh (mgr.14180) 1341 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.304 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:41.469947+0000 mgr.smithi062.imakbh (mgr.14180) 1342 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:43.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:36.085410+0000 mgr.smithi062.imakbh (mgr.14180) 1339 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:43.305 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:37.468920+0000 mgr.smithi062.imakbh (mgr.14180) 1340 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:39.469450+0000 mgr.smithi062.imakbh (mgr.14180) 1341 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:43.306 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:41.469947+0000 mgr.smithi062.imakbh (mgr.14180) 1342 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:44.305 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:44.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:43.470532+0000 mgr.smithi062.imakbh (mgr.14180) 1343 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:44.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:43.470532+0000 mgr.smithi062.imakbh (mgr.14180) 1343 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:45.956 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:45.956 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:46.291 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:45.471125+0000 mgr.smithi062.imakbh (mgr.14180) 1344 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:46.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:46.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:45.471125+0000 mgr.smithi062.imakbh (mgr.14180) 1344 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:47.344 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:47.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:47 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:45.952190+0000 mgr.smithi062.imakbh (mgr.14180) 1345 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:47.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:47 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:45.952190+0000 mgr.smithi062.imakbh (mgr.14180) 1345 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:48.405 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:47.471708+0000 mgr.smithi062.imakbh (mgr.14180) 1346 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:48.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:47.471708+0000 mgr.smithi062.imakbh (mgr.14180) 1346 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:48.811 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:48.811 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:49.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:49.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:49 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:48.807177+0000 mgr.smithi062.imakbh (mgr.14180) 1347 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:49.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:49 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:48.807177+0000 mgr.smithi062.imakbh (mgr.14180) 1347 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:50.193 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:50.537 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:49.472113+0000 mgr.smithi062.imakbh (mgr.14180) 1348 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:50.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:49.472113+0000 mgr.smithi062.imakbh (mgr.14180) 1348 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:51.600 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:51.601 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:52.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:51.472624+0000 mgr.smithi062.imakbh (mgr.14180) 1349 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:51.595441+0000 mgr.smithi062.imakbh (mgr.14180) 1350 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:52.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:51.472624+0000 mgr.smithi062.imakbh (mgr.14180) 1349 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:19:52.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:51.595441+0000 mgr.smithi062.imakbh (mgr.14180) 1350 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:53.003 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:54.369 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:54.369 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:54.661 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:53.473093+0000 mgr.smithi062.imakbh (mgr.14180) 1351 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:54.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:54.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:53.473093+0000 mgr.smithi062.imakbh (mgr.14180) 1351 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:55.735 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:55.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:55 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:54.364701+0000 mgr.smithi062.imakbh (mgr.14180) 1352 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:55.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:55 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:54.364701+0000 mgr.smithi062.imakbh (mgr.14180) 1352 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:56.770 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:55.473590+0000 mgr.smithi062.imakbh (mgr.14180) 1353 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:56.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:55.473590+0000 mgr.smithi062.imakbh (mgr.14180) 1353 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:57.191 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:57.191 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:19:57.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:19:58.584 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:19:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:57.187254+0000 mgr.smithi062.imakbh (mgr.14180) 1354 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:19:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:57.474083+0000 mgr.smithi062.imakbh (mgr.14180) 1355 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:58.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:57.187254+0000 mgr.smithi062.imakbh (mgr.14180) 1354 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:19:58.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:19:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:57.474083+0000 mgr.smithi062.imakbh (mgr.14180) 1355 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:19:59.985 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:19:59.985 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:00.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:00.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:19:59.474471+0000 mgr.smithi062.imakbh (mgr.14180) 1356 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:00.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:00.000126+0000 mon.smithi062 (mon.0) 743 : cluster [INF] overall HEALTH_OK 2023-11-17T07:20:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:19:59.474471+0000 mgr.smithi062.imakbh (mgr.14180) 1356 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:00.000126+0000 mon.smithi062 (mon.0) 743 : cluster [INF] overall HEALTH_OK 2023-11-17T07:20:01.368 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:01.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:01 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:19:59.980173+0000 mgr.smithi062.imakbh (mgr.14180) 1357 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:01.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:01 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:19:59.980173+0000 mgr.smithi062.imakbh (mgr.14180) 1357 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:02.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:01.474938+0000 mgr.smithi062.imakbh (mgr.14180) 1358 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:02.819 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:02.819 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:02.845 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:01.474938+0000 mgr.smithi062.imakbh (mgr.14180) 1358 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:03.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:03.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:02.814951+0000 mgr.smithi062.imakbh (mgr.14180) 1359 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:03.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:02.814951+0000 mgr.smithi062.imakbh (mgr.14180) 1359 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:04.308 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:04.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:03.475519+0000 mgr.smithi062.imakbh (mgr.14180) 1360 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:04.855 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:03.475519+0000 mgr.smithi062.imakbh (mgr.14180) 1360 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:05.715 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:05.716 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:06.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:06.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:05.476052+0000 mgr.smithi062.imakbh (mgr.14180) 1361 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:06.409 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:05.711451+0000 mgr.smithi062.imakbh (mgr.14180) 1362 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:05.476052+0000 mgr.smithi062.imakbh (mgr.14180) 1361 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:05.711451+0000 mgr.smithi062.imakbh (mgr.14180) 1362 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:07.043 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:08.422 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:08.422 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:08.746 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:07.476515+0000 mgr.smithi062.imakbh (mgr.14180) 1363 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:08.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:07.476515+0000 mgr.smithi062.imakbh (mgr.14180) 1363 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:09.791 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:08.418254+0000 mgr.smithi062.imakbh (mgr.14180) 1364 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:09.826 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:08.418254+0000 mgr.smithi062.imakbh (mgr.14180) 1364 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:10.794 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:09.476985+0000 mgr.smithi062.imakbh (mgr.14180) 1365 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:10.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:09.476985+0000 mgr.smithi062.imakbh (mgr.14180) 1365 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:11.176 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:11.176 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:11.560 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:12.560 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:11.172184+0000 mgr.smithi062.imakbh (mgr.14180) 1366 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:11.477455+0000 mgr.smithi062.imakbh (mgr.14180) 1367 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:12.892 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:11.172184+0000 mgr.smithi062.imakbh (mgr.14180) 1366 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:12.892 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:11.477455+0000 mgr.smithi062.imakbh (mgr.14180) 1367 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:13.997 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:13.997 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:14.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:14.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:13.477867+0000 mgr.smithi062.imakbh (mgr.14180) 1368 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:14.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:13.477867+0000 mgr.smithi062.imakbh (mgr.14180) 1368 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:15.367 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:15.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:13.989106+0000 mgr.smithi062.imakbh (mgr.14180) 1369 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:15.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:13.989106+0000 mgr.smithi062.imakbh (mgr.14180) 1369 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:16.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:15.478336+0000 mgr.smithi062.imakbh (mgr.14180) 1370 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:16.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:15.478336+0000 mgr.smithi062.imakbh (mgr.14180) 1370 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:16.936 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:16.937 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:17.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:18.316 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:18.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:16.932605+0000 mgr.smithi062.imakbh (mgr.14180) 1371 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:18.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:17.478918+0000 mgr.smithi062.imakbh (mgr.14180) 1372 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:18.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:16.932605+0000 mgr.smithi062.imakbh (mgr.14180) 1371 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:18.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:17.478918+0000 mgr.smithi062.imakbh (mgr.14180) 1372 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:19.703 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:19.704 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:20.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:19.479317+0000 mgr.smithi062.imakbh (mgr.14180) 1373 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:19.699566+0000 mgr.smithi062.imakbh (mgr.14180) 1374 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:20.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:19.479317+0000 mgr.smithi062.imakbh (mgr.14180) 1373 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:20.910 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:19.699566+0000 mgr.smithi062.imakbh (mgr.14180) 1374 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:21.080 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:22.434 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:22.434 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:22.729 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:21.479893+0000 mgr.smithi062.imakbh (mgr.14180) 1375 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:22.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:21.479893+0000 mgr.smithi062.imakbh (mgr.14180) 1375 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:23.806 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:23.840 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:22.429562+0000 mgr.smithi062.imakbh (mgr.14180) 1376 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:24.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:22.429562+0000 mgr.smithi062.imakbh (mgr.14180) 1376 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:24.859 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:23.480559+0000 mgr.smithi062.imakbh (mgr.14180) 1377 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:25.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:23.480559+0000 mgr.smithi062.imakbh (mgr.14180) 1377 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:25.229 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:25.230 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:25.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:25.225411+0000 mgr.smithi062.imakbh (mgr.14180) 1378 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:25.481182+0000 mgr.smithi062.imakbh (mgr.14180) 1379 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:26.649 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:26.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:25.225411+0000 mgr.smithi062.imakbh (mgr.14180) 1378 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:26.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:25.481182+0000 mgr.smithi062.imakbh (mgr.14180) 1379 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:28.121 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:28.121 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:28.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:27.481902+0000 mgr.smithi062.imakbh (mgr.14180) 1380 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:28.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:27.481902+0000 mgr.smithi062.imakbh (mgr.14180) 1380 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:29.505 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:29.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:29 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:28.116378+0000 mgr.smithi062.imakbh (mgr.14180) 1381 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:29.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:29 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:28.116378+0000 mgr.smithi062.imakbh (mgr.14180) 1381 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:29.482367+0000 mgr.smithi062.imakbh (mgr.14180) 1382 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:30.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:29.482367+0000 mgr.smithi062.imakbh (mgr.14180) 1382 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:30.924 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:30.924 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:31.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:32.449 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:32.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:30.919943+0000 mgr.smithi062.imakbh (mgr.14180) 1383 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:32.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:31.482895+0000 mgr.smithi062.imakbh (mgr.14180) 1384 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:32.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:30.919943+0000 mgr.smithi062.imakbh (mgr.14180) 1383 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:32.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:31.482895+0000 mgr.smithi062.imakbh (mgr.14180) 1384 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:33.808 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:33.808 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:34.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:34.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:33.483290+0000 mgr.smithi062.imakbh (mgr.14180) 1385 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:34.821 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:33.803726+0000 mgr.smithi062.imakbh (mgr.14180) 1386 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:34.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:33.483290+0000 mgr.smithi062.imakbh (mgr.14180) 1385 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:34.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:33.803726+0000 mgr.smithi062.imakbh (mgr.14180) 1386 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:35.188 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:35.483720+0000 mgr.smithi062.imakbh (mgr.14180) 1387 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:36.632 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:36.633 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:36.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:35.483720+0000 mgr.smithi062.imakbh (mgr.14180) 1387 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:37.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:37.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:36.628116+0000 mgr.smithi062.imakbh (mgr.14180) 1388 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:37.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:36.628116+0000 mgr.smithi062.imakbh (mgr.14180) 1388 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:38.021 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:38.363 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:37.484269+0000 mgr.smithi062.imakbh (mgr.14180) 1389 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:38.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:37.484269+0000 mgr.smithi062.imakbh (mgr.14180) 1389 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:39.459 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:39.459 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:39.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:40.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:39.453574+0000 mgr.smithi062.imakbh (mgr.14180) 1390 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:40.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:39.484634+0000 mgr.smithi062.imakbh (mgr.14180) 1391 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:40.872 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:40.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:39.453574+0000 mgr.smithi062.imakbh (mgr.14180) 1390 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:40.905 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:39.484634+0000 mgr.smithi062.imakbh (mgr.14180) 1391 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:20:42.222 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:20:42.222 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:20:42.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:20:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:41.485193+0000 mgr.smithi062.imakbh (mgr.14180) 1392 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:42.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:41.485193+0000 mgr.smithi062.imakbh (mgr.14180) 1392 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:20:43.594 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:20:43.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:43 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:42.217587+0000 mgr.smithi062.imakbh (mgr.14180) 1393 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:43.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:43 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:42.217587+0000 mgr.smithi062.imakbh (mgr.14180) 1393 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:20:44.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:43.485710+0000 mgr.smithi062.imakbh (mgr.14180) 1394 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.843 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:43.485710+0000 mgr.smithi062.imakbh (mgr.14180) 1394 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.846 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:05.847 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:11:58.643561Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.jnrwlz on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-jnrwlz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.jnrwlz\nDeploy daemon haproxy.nfs.foo.smithi092.jnrwlz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:10:06Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:10: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=\"2023-11-17T07:11: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=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.533330Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kiujqq on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kiujqq\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kiujqq\nDeploy daemon haproxy.nfs.foo.smithi062.kiujqq ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:12:35Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:12Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:13:50Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:14:27.534559Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.wyigts on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:05.848 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:05.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:44.951651+0000 mgr.smithi062.imakbh (mgr.14180) 1395 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:05.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:45.486222+0000 mgr.smithi062.imakbh (mgr.14180) 1396 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:47.486812+0000 mgr.smithi062.imakbh (mgr.14180) 1397 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.859 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:49.487338+0000 mgr.smithi062.imakbh (mgr.14180) 1398 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:51.487818+0000 mgr.smithi062.imakbh (mgr.14180) 1399 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:53.488460+0000 mgr.smithi062.imakbh (mgr.14180) 1400 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:55.489079+0000 mgr.smithi062.imakbh (mgr.14180) 1401 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:20:57.364020+0000 mon.smithi062 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.kvvqed"}]: dispatch 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:20:57.363389+0000 mgr.smithi062.imakbh (mgr.14180) 1402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.860 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Traceback (most recent call last): 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: yield (conn, connr) 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: code, '\n'.join(err))) 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.861 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:20:57.363626+0000 mgr.smithi062.imakbh (mgr.14180) 1403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:20:57.364797+0000 mgr.smithi062.imakbh (mgr.14180) 1404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.862 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:20:57.366146+0000 mgr.smithi062.imakbh (mgr.14180) 1405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:20:57.367305+0000 mgr.smithi062.imakbh (mgr.14180) 1406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:57.368133+0000 mgr.smithi062.imakbh (mgr.14180) 1407 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:05.863 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:20:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:57.419258+0000 mon.smithi062 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:21:05.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:20:59.368716+0000 mgr.smithi062.imakbh (mgr.14180) 1408 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:05.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:01.369405+0000 mgr.smithi062.imakbh (mgr.14180) 1409 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:21:05.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:02.064019+0000 mon.smithi062 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:21:05.864 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:04 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:03.370070+0000 mgr.smithi062.imakbh (mgr.14180) 1410 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:05.864 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:44.951651+0000 mgr.smithi062.imakbh (mgr.14180) 1395 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:05.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:45.486222+0000 mgr.smithi062.imakbh (mgr.14180) 1396 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:47.486812+0000 mgr.smithi062.imakbh (mgr.14180) 1397 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:49.487338+0000 mgr.smithi062.imakbh (mgr.14180) 1398 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:51.487818+0000 mgr.smithi062.imakbh (mgr.14180) 1399 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:05.865 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:53.488460+0000 mgr.smithi062.imakbh (mgr.14180) 1400 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:55.489079+0000 mgr.smithi062.imakbh (mgr.14180) 1401 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:20:57.364020+0000 mon.smithi062 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi062.kvvqed"}]: dispatch 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:20:57.363389+0000 mgr.smithi062.imakbh (mgr.14180) 1402 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.866 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.867 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Traceback (most recent call last): 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: yield (conn, connr) 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: code, '\n'.join(err))) 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.868 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.869 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:20:57.363626+0000 mgr.smithi062.imakbh (mgr.14180) 1403 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:20:57.364797+0000 mgr.smithi062.imakbh (mgr.14180) 1404 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.870 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: /bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: Deploy daemon haproxy.nfs.foo.smithi062.kvvqed ... 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:05Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:19:42Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: stat: stderr time="2023-11-17T07:20:19Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: 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=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:20:57.366146+0000 mgr.smithi062.imakbh (mgr.14180) 1405 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.871 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:20:57.367305+0000 mgr.smithi062.imakbh (mgr.14180) 1406 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:57.368133+0000 mgr.smithi062.imakbh (mgr.14180) 1407 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:20:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:57.419258+0000 mon.smithi062 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:20:59.368716+0000 mgr.smithi062.imakbh (mgr.14180) 1408 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:01.369405+0000 mgr.smithi062.imakbh (mgr.14180) 1409 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:02.064019+0000 mon.smithi062 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:21:05.872 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:04 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:03.370070+0000 mgr.smithi062.imakbh (mgr.14180) 1410 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:06.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:06 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:05.370857+0000 mgr.smithi062.imakbh (mgr.14180) 1411 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:06.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:06 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:05.370857+0000 mgr.smithi062.imakbh (mgr.14180) 1411 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:06.857 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:08.264 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:08.265 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:08.556 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:07.371496+0000 mgr.smithi062.imakbh (mgr.14180) 1412 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:08.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:08.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:07.371496+0000 mgr.smithi062.imakbh (mgr.14180) 1412 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2023-11-17T07:21:09.642 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:09.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:08.259467+0000 mgr.smithi062.imakbh (mgr.14180) 1413 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:09.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:08.259467+0000 mgr.smithi062.imakbh (mgr.14180) 1413 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:10.640 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:10 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:09.372023+0000 mgr.smithi062.imakbh (mgr.14180) 1414 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:10.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:10 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:09.372023+0000 mgr.smithi062.imakbh (mgr.14180) 1414 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:11.004 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:11.004 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:11.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:12.392 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:12.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:10.998882+0000 mgr.smithi062.imakbh (mgr.14180) 1415 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:12.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:11.347108+0000 mon.smithi062 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:21:12.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:12 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:11.372655+0000 mgr.smithi062.imakbh (mgr.14180) 1416 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:10.998882+0000 mgr.smithi062.imakbh (mgr.14180) 1415 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:11.347108+0000 mon.smithi062 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:21:12.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:12 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:11.372655+0000 mgr.smithi062.imakbh (mgr.14180) 1416 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:13.806 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:13.806 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:14.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:14.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:13.373277+0000 mgr.smithi062.imakbh (mgr.14180) 1417 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:14.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:13.801573+0000 mgr.smithi062.imakbh (mgr.14180) 1418 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:14.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:13.373277+0000 mgr.smithi062.imakbh (mgr.14180) 1417 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:14.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:13.801573+0000 mgr.smithi062.imakbh (mgr.14180) 1418 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:15.191 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:16.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:15.373808+0000 mgr.smithi062.imakbh (mgr.14180) 1419 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:16.602 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:16.602 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:16.627 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:15.373808+0000 mgr.smithi062.imakbh (mgr.14180) 1419 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:16.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:17.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:16.597269+0000 mgr.smithi062.imakbh (mgr.14180) 1420 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:17.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:17 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:16.597269+0000 mgr.smithi062.imakbh (mgr.14180) 1420 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:17.990 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:18.332 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:18 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:17.374506+0000 mgr.smithi062.imakbh (mgr.14180) 1421 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:18.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:18 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:17.374506+0000 mgr.smithi062.imakbh (mgr.14180) 1421 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:19.399 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:19.399 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:19.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:20.765 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:20.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:19.374934+0000 mgr.smithi062.imakbh (mgr.14180) 1422 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:20.799 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:20 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:19.394780+0000 mgr.smithi062.imakbh (mgr.14180) 1423 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:19.374934+0000 mgr.smithi062.imakbh (mgr.14180) 1422 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:20.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:20 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:19.394780+0000 mgr.smithi062.imakbh (mgr.14180) 1423 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:22.185 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:22.186 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:22.465 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:22 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:21.375481+0000 mgr.smithi062.imakbh (mgr.14180) 1424 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:22.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:22.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:22 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:21.375481+0000 mgr.smithi062.imakbh (mgr.14180) 1424 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:23.556 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:23.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:23 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:22.181121+0000 mgr.smithi062.imakbh (mgr.14180) 1425 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:23.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:23 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:22.181121+0000 mgr.smithi062.imakbh (mgr.14180) 1425 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:24.584 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:24 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:23.376133+0000 mgr.smithi062.imakbh (mgr.14180) 1426 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:24.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:24 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:23.376133+0000 mgr.smithi062.imakbh (mgr.14180) 1426 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:24.970 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:24.971 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:25.364 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:26.365 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:24.966478+0000 mgr.smithi062.imakbh (mgr.14180) 1427 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:26.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:26 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:25.376788+0000 mgr.smithi062.imakbh (mgr.14180) 1428 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:26.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:24.966478+0000 mgr.smithi062.imakbh (mgr.14180) 1427 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:26.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:26 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:25.376788+0000 mgr.smithi062.imakbh (mgr.14180) 1428 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:27.780 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:27.780 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:28.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:27.377412+0000 mgr.smithi062.imakbh (mgr.14180) 1429 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:28.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:28 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:27.775615+0000 mgr.smithi062.imakbh (mgr.14180) 1430 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:28.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:27.377412+0000 mgr.smithi062.imakbh (mgr.14180) 1429 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:28.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:28 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:27.775615+0000 mgr.smithi062.imakbh (mgr.14180) 1430 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:29.164 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:30.608 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:30.608 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:30.631 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:30 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:29.377847+0000 mgr.smithi062.imakbh (mgr.14180) 1431 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:30.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:30 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:29.377847+0000 mgr.smithi062.imakbh (mgr.14180) 1431 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:30.989 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:31.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:31 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:30.603529+0000 mgr.smithi062.imakbh (mgr.14180) 1432 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:31.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:31 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:30.603529+0000 mgr.smithi062.imakbh (mgr.14180) 1432 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:31.990 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:32.624 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:32 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:31.378577+0000 mgr.smithi062.imakbh (mgr.14180) 1433 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:32.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:32 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:31.378577+0000 mgr.smithi062.imakbh (mgr.14180) 1433 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:33.397 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:33.397 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:33.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:34.772 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:34.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:33.379152+0000 mgr.smithi062.imakbh (mgr.14180) 1434 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:34.806 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:34 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:33.392461+0000 mgr.smithi062.imakbh (mgr.14180) 1435 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:33.379152+0000 mgr.smithi062.imakbh (mgr.14180) 1434 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:34.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:34 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:33.392461+0000 mgr.smithi062.imakbh (mgr.14180) 1435 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:36.136 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:36.136 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:36.408 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:36 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:35.379913+0000 mgr.smithi062.imakbh (mgr.14180) 1436 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:36.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:36.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:36 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:35.379913+0000 mgr.smithi062.imakbh (mgr.14180) 1436 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:37.505 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:37.537 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:37 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:36.131832+0000 mgr.smithi062.imakbh (mgr.14180) 1437 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:37.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:37 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:36.131832+0000 mgr.smithi062.imakbh (mgr.14180) 1437 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:38.532 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:38 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:37.380728+0000 mgr.smithi062.imakbh (mgr.14180) 1438 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:38.567 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:38 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:37.380728+0000 mgr.smithi062.imakbh (mgr.14180) 1438 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:38.902 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:38.902 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:39.287 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:39.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:39 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:38.898155+0000 mgr.smithi062.imakbh (mgr.14180) 1439 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:39.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:39 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:38.898155+0000 mgr.smithi062.imakbh (mgr.14180) 1439 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:40.287 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:40.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:40 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:39.381249+0000 mgr.smithi062.imakbh (mgr.14180) 1440 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:40.637 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:40 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:39.381249+0000 mgr.smithi062.imakbh (mgr.14180) 1440 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:41.657 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:41.657 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:42.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:41.382026+0000 mgr.smithi062.imakbh (mgr.14180) 1441 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:42.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:42 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:41.653441+0000 mgr.smithi062.imakbh (mgr.14180) 1442 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:42.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:41.382026+0000 mgr.smithi062.imakbh (mgr.14180) 1441 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:42.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:42 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:41.653441+0000 mgr.smithi062.imakbh (mgr.14180) 1442 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:43.037 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:44.763 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:44.763 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:44.784 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:44 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:43.382655+0000 mgr.smithi062.imakbh (mgr.14180) 1443 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:44.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:44 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:43.382655+0000 mgr.smithi062.imakbh (mgr.14180) 1443 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:45.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:45.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:45 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:44.758940+0000 mgr.smithi062.imakbh (mgr.14180) 1444 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:45.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:45 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:44.758940+0000 mgr.smithi062.imakbh (mgr.14180) 1444 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:46.129 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:46.753 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:46 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:45.383250+0000 mgr.smithi062.imakbh (mgr.14180) 1445 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:46.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:46 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:45.383250+0000 mgr.smithi062.imakbh (mgr.14180) 1445 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:47.632 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:47.633 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:48.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:48.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:47.383853+0000 mgr.smithi062.imakbh (mgr.14180) 1446 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:48.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:48 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:47.628514+0000 mgr.smithi062.imakbh (mgr.14180) 1447 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:48.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:47.383853+0000 mgr.smithi062.imakbh (mgr.14180) 1446 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:48.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:48 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:47.628514+0000 mgr.smithi062.imakbh (mgr.14180) 1447 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:49.003 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:50.343 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:50.344 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:50.633 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:50 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:49.384560+0000 mgr.smithi062.imakbh (mgr.14180) 1448 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:50.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:50.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:50 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:49.384560+0000 mgr.smithi062.imakbh (mgr.14180) 1448 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:51.719 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:51.752 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:51 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:50.339109+0000 mgr.smithi062.imakbh (mgr.14180) 1449 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:51.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:51 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:50.339109+0000 mgr.smithi062.imakbh (mgr.14180) 1449 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:52.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:52 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:51.385304+0000 mgr.smithi062.imakbh (mgr.14180) 1450 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:52.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:52 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:51.385304+0000 mgr.smithi062.imakbh (mgr.14180) 1450 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:21:53.087 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:53.088 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:53.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:54.461 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:54.812 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:53.082997+0000 mgr.smithi062.imakbh (mgr.14180) 1451 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:54.812 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:54 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:53.386050+0000 mgr.smithi062.imakbh (mgr.14180) 1452 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:54.817 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:53.082997+0000 mgr.smithi062.imakbh (mgr.14180) 1451 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:54.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:54 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:53.386050+0000 mgr.smithi062.imakbh (mgr.14180) 1452 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:55.887 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:55.887 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:56.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:55.386600+0000 mgr.smithi062.imakbh (mgr.14180) 1453 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:56.568 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:56 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:55.882933+0000 mgr.smithi062.imakbh (mgr.14180) 1454 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:56.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:55.386600+0000 mgr.smithi062.imakbh (mgr.14180) 1453 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:56.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:56 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:55.882933+0000 mgr.smithi062.imakbh (mgr.14180) 1454 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:57.262 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:21:57.620 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:57 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:57.369879+0000 mon.smithi062 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:57.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:57 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:57.369879+0000 mon.smithi062 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-17T07:21:58.659 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:58 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:57.387457+0000 mgr.smithi062.imakbh (mgr.14180) 1455 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:58.729 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:21:58.729 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:08:59.232753Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:08:59.232822Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:08:59.232888Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:08:59.233413Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:08:59.232677Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:08:59.232531Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:08:59.233482Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:08:59.232956Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:08:59.233105Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:08:59.233038Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:21:58.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:58 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:57.387457+0000 mgr.smithi062.imakbh (mgr.14180) 1455 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:21:59.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:21:59.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:21:59 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:21:58.725083+0000 mgr.smithi062.imakbh (mgr.14180) 1456 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:21:59.908 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:21:59 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:21:58.725083+0000 mgr.smithi062.imakbh (mgr.14180) 1456 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:00.320 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:00.658 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:00 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:21:59.387985+0000 mgr.smithi062.imakbh (mgr.14180) 1457 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:00.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:00 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:21:59.387985+0000 mgr.smithi062.imakbh (mgr.14180) 1457 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:02.013 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:02.014 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:02.375 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:01.388815+0000 mgr.smithi062.imakbh (mgr.14180) 1458 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.685857+0000 mon.smithi062 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.981907+0000 mon.smithi062 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.982626+0000 mon.smithi062 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.987972+0000 mon.smithi062 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.991824+0000 mon.smithi062 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:22:03.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:02 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:01.999457+0000 mon.smithi062 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:01.388815+0000 mgr.smithi062.imakbh (mgr.14180) 1458 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-17T07:22:03.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.685857+0000 mon.smithi062 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.981907+0000 mon.smithi062 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-17T07:22:03.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.982626+0000 mon.smithi062 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-17T07:22:03.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.987972+0000 mon.smithi062 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.991824+0000 mon.smithi062 (mon.0) 753 : audit [DBG] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-17T07:22:03.160 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:02 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:01.999457+0000 mon.smithi062 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:03.376 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:01.988527+0000 mgr.smithi062.imakbh (mgr.14180) 1459 : cluster [DBG] pgmap v996: 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 2023-11-17T07:22:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cephadm 2023-11-17T07:22:02.001472+0000 mgr.smithi062.imakbh (mgr.14180) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.ydible on smithi092 2023-11-17T07:22:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:02.009121+0000 mgr.smithi062.imakbh (mgr.14180) 1461 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:02.985236+0000 mon.smithi062 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:22:04.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:03 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:02.985259+0000 mon.smithi062 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-11-17T07:22:04.078 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:01.988527+0000 mgr.smithi062.imakbh (mgr.14180) 1459 : cluster [DBG] pgmap v996: 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 2023-11-17T07:22:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cephadm 2023-11-17T07:22:02.001472+0000 mgr.smithi062.imakbh (mgr.14180) 1460 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi092.ydible on smithi092 2023-11-17T07:22:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:02.009121+0000 mgr.smithi062.imakbh (mgr.14180) 1461 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:02.985236+0000 mon.smithi062 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-17T07:22:04.079 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:03 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:02.985259+0000 mon.smithi062 (mon.0) 756 : cluster [INF] Cluster is now healthy 2023-11-17T07:22:04.804 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:04.805 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:05.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:06.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:03.988946+0000 mgr.smithi062.imakbh (mgr.14180) 1462 : cluster [DBG] pgmap v997: 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 2023-11-17T07:22:06.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:05 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:04.800286+0000 mgr.smithi062.imakbh (mgr.14180) 1463 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:06.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:03.988946+0000 mgr.smithi062.imakbh (mgr.14180) 1462 : cluster [DBG] pgmap v997: 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 2023-11-17T07:22:06.159 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:05 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:04.800286+0000 mgr.smithi062.imakbh (mgr.14180) 1463 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:06.176 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:07.580 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:07.580 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:07.909 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:07 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:05.989579+0000 mgr.smithi062.imakbh (mgr.14180) 1464 : cluster [DBG] pgmap v998: 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 2023-11-17T07:22:07.941 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:08.069 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:07 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:05.989579+0000 mgr.smithi062.imakbh (mgr.14180) 1464 : cluster [DBG] pgmap v998: 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 2023-11-17T07:22:08.942 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:08.976 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:08 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:07.576316+0000 mgr.smithi062.imakbh (mgr.14180) 1465 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:09.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:08 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:07.576316+0000 mgr.smithi062.imakbh (mgr.14180) 1465 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:09.886 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:09 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:07.990186+0000 mgr.smithi062.imakbh (mgr.14180) 1466 : cluster [DBG] pgmap v999: 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 2023-11-17T07:22:10.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:09 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:07.990186+0000 mgr.smithi062.imakbh (mgr.14180) 1466 : cluster [DBG] pgmap v999: 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 2023-11-17T07:22:10.268 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:10.268 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:10.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:11.634 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:11.976 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:09.990643+0000 mgr.smithi062.imakbh (mgr.14180) 1467 : cluster [DBG] pgmap v1000: 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 2023-11-17T07:22:11.976 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:10.263419+0000 mgr.smithi062.imakbh (mgr.14180) 1468 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:11.976 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:11 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:11.349039+0000 mon.smithi062 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:09.990643+0000 mgr.smithi062.imakbh (mgr.14180) 1467 : cluster [DBG] pgmap v1000: 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 2023-11-17T07:22:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:10.263419+0000 mgr.smithi062.imakbh (mgr.14180) 1468 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:12.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:11 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:11.349039+0000 mon.smithi062 (mon.0) 757 : audit [INF] from='mgr.14180 172.21.15.62:0/2257137524' entity='mgr.smithi062.imakbh' 2023-11-17T07:22:13.004 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:13.004 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:13.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:14.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:13 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:11.991332+0000 mgr.smithi062.imakbh (mgr.14180) 1469 : cluster [DBG] pgmap v1001: 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 2023-11-17T07:22:14.116 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:13 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:11.991332+0000 mgr.smithi062.imakbh (mgr.14180) 1469 : cluster [DBG] pgmap v1001: 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 2023-11-17T07:22:14.392 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 -- ceph orch ls -f json 2023-11-17T07:22:14.986 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:14 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:12.999384+0000 mgr.smithi062.imakbh (mgr.14180) 1470 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:15.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:14 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:12.999384+0000 mgr.smithi062.imakbh (mgr.14180) 1470 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:15.816 INFO:teuthology.orchestra.run.smithi062.stdout: 2023-11-17T07:22:15.816 INFO:teuthology.orchestra.run.smithi062.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-17T06:49:10.710380Z", "last_refresh": "2023-11-17T07:22:01.679464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-17T06:49:06.838922Z", "last_refresh": "2023-11-17T07:15:29.105784Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-17T06:49:08.931104Z", "last_refresh": "2023-11-17T07:22:01.679598Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-17T07:14:27.535562Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.czzvmm on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:17:58.265817Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi092.rotcir on smithi092: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi092-rotcir\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi092.rotcir\nDeploy daemon haproxy.nfs.foo.smithi092.rotcir ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:16: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=\"2023-11-17T07:16: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=\"2023-11-17T07:17:20Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi092 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.364692Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi062.kvvqed on smithi062: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy-nfs-foo-smithi062-kvvqed\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\n/bin/podman: stderr Error: no such container ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-haproxy.nfs.foo.smithi062.kvvqed\nDeploy daemon haproxy.nfs.foo.smithi062.kvvqed ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-17T07:19:05Z\" level=warning msg=\"Failed, retrying in 1s ... (1/3). Error: copying system image from manifest list: determining manifest MIME type for docker://haproxy:2.3: reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:19:42Z\" level=warning msg=\"Failed, retrying in 1s ... (2/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-17T07:20:19Z\" level=warning msg=\"Failed, retrying in 1s ... (3/3). Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr Error: initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi062 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-17T07:20:57.366054Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi062.pprrad on smithi062: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-17T07:20:57.367215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi092.rnuqxk on smithi092: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.62/16"}, "status": {"created": "2023-11-17T06:52:47.600743Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.62/16"}}, {"events": ["2023-11-17T06:52:43.538018Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-17T06:52:43.531486Z", "last_refresh": "2023-11-17T07:15:29.106431Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-17T06:49:05.870195Z", "last_refresh": "2023-11-17T07:15:29.105936Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:44.369340Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi062:172.21.15.62=smithi062", "smithi092:172.21.15.92=smithi092"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-17T06:50:44.355175Z", "last_refresh": "2023-11-17T07:15:29.106030Z", "running": 2, "size": 2}}, {"events": ["2023-11-17T06:52:47.599722Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-11-17T06:52:47.596422Z", "last_refresh": "2023-11-17T07:22:01.680140Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-17T06:49:09.831222Z", "last_refresh": "2023-11-17T07:15:29.106101Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-17T06:50:54.083153Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-17T06:50:54.078896Z", "last_refresh": "2023-11-17T07:15:29.106170Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-17T06:49:08.060823Z", "last_refresh": "2023-11-17T07:22:01.679729Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-17T07:22:15.976 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:15 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: cluster 2023-11-17T07:22:13.991768+0000 mgr.smithi062.imakbh (mgr.14180) 1471 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:16.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:15 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: cluster 2023-11-17T07:22:13.991768+0000 mgr.smithi062.imakbh (mgr.14180) 1471 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-11-17T07:22:16.207 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-17T07:22:16.208 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T07:22:16.280 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7f4f3ab8b1154b4eb746175ff0759a21 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-17T07:22:16.281 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-17T07:22:16.292 INFO:tasks.vip:Removing 10.0.15.62 (and any VIPs) on smithi062.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T07:22:16.292 DEBUG:teuthology.orchestra.run.smithi062:> sudo ip addr del 10.0.15.62/16 dev enp3s0f1 2023-11-17T07:22:16.328 DEBUG:teuthology.orchestra.run.smithi062:> sudo ip addr del 10.0.31.62/16 dev enp3s0f1 2023-11-17T07:22:16.396 INFO:teuthology.orchestra.run.smithi062.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T07:22:16.396 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T07:22:16.397 INFO:tasks.vip:Removing 10.0.15.92 (and any VIPs) on smithi092.front.sepia.ceph.com iface enp3s0f1... 2023-11-17T07:22:16.397 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr del 10.0.15.92/16 dev enp3s0f1 2023-11-17T07:22:16.437 DEBUG:teuthology.orchestra.run.smithi092:> sudo ip addr del 10.0.31.62/16 dev enp3s0f1 2023-11-17T07:22:16.507 INFO:teuthology.orchestra.run.smithi092.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-17T07:22:16.508 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-17T07:22:16.509 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-17T07:22:16.519 INFO:tasks.cephadm:Teardown begin 2023-11-17T07:22:16.520 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:22:16.549 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:22:16.578 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-17T07:22:16.578 DEBUG:teuthology.orchestra.run.smithi062:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T07:22:16.607 DEBUG:teuthology.orchestra.run.smithi092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-17T07:22:16.637 INFO:tasks.cephadm:Stopping all daemons... 2023-11-17T07:22:16.637 INFO:tasks.cephadm.mon.smithi062:Stopping mon.smithi062... 2023-11-17T07:22:16.637 DEBUG:teuthology.orchestra.run.smithi062:> sudo systemctl stop ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062 2023-11-17T07:22:16.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:16 smithi062 systemd[1]: Stopping Ceph mon.smithi062 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7... 2023-11-17T07:22:16.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:16 smithi062 bash[227545]: Error: no container with name or ID "ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon.smithi062" found: no such container 2023-11-17T07:22:16.923 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: audit 2023-11-17T07:22:15.811762+0000 mgr.smithi062.imakbh (mgr.14180) 1472 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:16.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T07:22:16.899+0000 7f82b42ef700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi062 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T07:22:16.924 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:16 smithi062 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062[108266]: debug 2023-11-17T07:22:16.899+0000 7f82b42ef700 -1 mon.smithi062@0(leader) e2 *** Got Signal Terminated *** 2023-11-17T07:22:17.068 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:16 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: audit 2023-11-17T07:22:15.811762+0000 mgr.smithi062.imakbh (mgr.14180) 1472 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-17T07:22:17.314 INFO:journalctl@ceph.mon.smithi062.smithi062.stdout:Nov 17 07:22:17 smithi062 bash[227583]: ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi062 2023-11-17T07:22:17.320 DEBUG:teuthology.orchestra.run.smithi062:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi062.service' 2023-11-17T07:22:17.390 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T07:22:17.391 INFO:tasks.cephadm.mon.smithi062:Stopped mon.smithi062 2023-11-17T07:22:17.391 INFO:tasks.cephadm.mon.smithi092:Stopping mon.smithi092... 2023-11-17T07:22:17.391 DEBUG:teuthology.orchestra.run.smithi092:> sudo systemctl stop ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi092 2023-11-17T07:22:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:17 smithi092 systemd[1]: Stopping Ceph mon.smithi092 for 3e6b5f76-8515-11ee-8dbf-212e2dc638e7... 2023-11-17T07:22:17.818 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:17 smithi092 bash[132027]: Error: no container with name or ID "ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon.smithi092" found: no such container 2023-11-17T07:22:17.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: debug 2023-11-17T07:22:17.645+0000 7f4a6ce64700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi092 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-11-17T07:22:17.819 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:17 smithi092 ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092[111244]: debug 2023-11-17T07:22:17.645+0000 7f4a6ce64700 -1 mon.smithi092@1(peon) e2 *** Got Signal Terminated *** 2023-11-17T07:22:18.241 INFO:journalctl@ceph.mon.smithi092.smithi092.stdout:Nov 17 07:22:17 smithi092 bash[132066]: ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7-mon-smithi092 2023-11-17T07:22:18.248 DEBUG:teuthology.orchestra.run.smithi092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3e6b5f76-8515-11ee-8dbf-212e2dc638e7@mon.smithi092.service' 2023-11-17T07:22:18.293 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-17T07:22:18.293 INFO:tasks.cephadm.mon.smithi092:Stopped mon.smithi092 2023-11-17T07:22:18.293 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 --force --keep-logs 2023-11-17T07:23:04.531 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 --force --keep-logs 2023-11-17T07:25:09.704 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:25:09.744 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-17T07:25:09.774 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-17T07:25:09.776 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/ubuntu@smithi062.front.sepia.ceph.com/crash 2023-11-17T07:25:09.777 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash -- . 2023-11-17T07:25:09.830 INFO:teuthology.orchestra.run.smithi062.stderr:tar: /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T07:25:09.833 INFO:teuthology.orchestra.run.smithi062.stderr:tar: Error is not recoverable: exiting now 2023-11-17T07:25:09.835 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/ubuntu@smithi092.front.sepia.ceph.com/crash 2023-11-17T07:25:09.836 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash -- . 2023-11-17T07:25:09.886 INFO:teuthology.orchestra.run.smithi092.stderr:tar: /var/lib/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-17T07:25:09.886 INFO:teuthology.orchestra.run.smithi092.stderr:tar: Error is not recoverable: exiting now 2023-11-17T07:25:09.887 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-17T07:25:09.887 DEBUG:teuthology.orchestra.run.smithi062:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-17T07:25:09.919 INFO:teuthology.orchestra.run.smithi062.stderr:grep: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph.log: No such file or directory 2023-11-17T07:25:09.920 INFO:tasks.cephadm:Compressing logs... 2023-11-17T07:25:09.920 DEBUG:teuthology.orchestra.run.smithi062:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T07:25:09.963 DEBUG:teuthology.orchestra.run.smithi092:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-17T07:25:09.989 INFO:teuthology.orchestra.run.smithi092.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T07:25:09.990 INFO:teuthology.orchestra.run.smithi092.stderr:: No such file or directory 2023-11-17T07:25:09.990 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.6.log 2023-11-17T07:25:09.990 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log 2023-11-17T07:25:09.990 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.2.log 2023-11-17T07:25:09.992 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.0.log 2023-11-17T07:25:09.992 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi092.lqkunt.log 2023-11-17T07:25:09.992 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi092.log 2023-11-17T07:25:09.992 INFO:teuthology.orchestra.run.smithi062.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:: No such file or directory 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi062.imakbh.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.3.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi062.imakbh.log: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.7.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.5.log 2023-11-17T07:25:09.993 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi062.luibcx.log 2023-11-17T07:25:09.995 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi092.lqkunt.log: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi092.log: 92.5% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log.gz 2023-11-17T07:25:09.996 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi062.luibcx.log: 60.1% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi062.luibcx.log.gz 2023-11-17T07:25:09.996 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.1.log 2023-11-17T07:25:09.997 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.1.log: 92.6% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-volume.log.gz 2023-11-17T07:25:09.997 INFO:teuthology.orchestra.run.smithi062.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi062.log 2023-11-17T07:25:10.000 INFO:teuthology.orchestra.run.smithi092.stderr: 94.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T07:25:10.001 INFO:teuthology.orchestra.run.smithi092.stderr: 93.5% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi092.lqkunt.log.gz 2023-11-17T07:25:10.001 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.4.log 2023-11-17T07:25:10.001 INFO:teuthology.orchestra.run.smithi092.stderr:gzip -5 --verbose -- /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi092.xurzwd.log 2023-11-17T07:25:10.002 INFO:teuthology.orchestra.run.smithi092.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi092.xurzwd.log: 85.9% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mds.foofs.smithi092.xurzwd.log.gz 2023-11-17T07:25:10.020 INFO:teuthology.orchestra.run.smithi062.stderr:/var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi062.log: 93.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-17T07:25:10.338 INFO:teuthology.orchestra.run.smithi062.stderr: 90.0% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mgr.smithi062.imakbh.log.gz 2023-11-17T07:25:10.457 INFO:teuthology.orchestra.run.smithi092.stderr: 92.4% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi092.log.gz 2023-11-17T07:25:10.506 INFO:teuthology.orchestra.run.smithi092.stderr: 92.8% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.2.log.gz 2023-11-17T07:25:10.609 INFO:teuthology.orchestra.run.smithi092.stderr: 93.1% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.0.log.gz 2023-11-17T07:25:10.613 INFO:teuthology.orchestra.run.smithi092.stderr: 93.1% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.4.log.gz 2023-11-17T07:25:10.644 INFO:teuthology.orchestra.run.smithi062.stderr: 92.3% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.7.log.gz 2023-11-17T07:25:10.647 INFO:teuthology.orchestra.run.smithi062.stderr: 92.9% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.3.log.gz 2023-11-17T07:25:10.742 INFO:teuthology.orchestra.run.smithi092.stderr: 93.2% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.6.log.gz 2023-11-17T07:25:10.743 INFO:teuthology.orchestra.run.smithi092.stderr: 2023-11-17T07:25:10.744 INFO:teuthology.orchestra.run.smithi092.stderr:real 0m0.764s 2023-11-17T07:25:10.744 INFO:teuthology.orchestra.run.smithi092.stderr:user 0m2.896s 2023-11-17T07:25:10.744 INFO:teuthology.orchestra.run.smithi092.stderr:sys 0m0.117s 2023-11-17T07:25:10.745 INFO:teuthology.orchestra.run.smithi062.stderr: 92.6% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.5.log.gz 2023-11-17T07:25:10.878 INFO:teuthology.orchestra.run.smithi062.stderr: 90.0% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-mon.smithi062.log.gz 2023-11-17T07:25:10.910 INFO:teuthology.orchestra.run.smithi062.stderr: 93.6% -- replaced with /var/log/ceph/3e6b5f76-8515-11ee-8dbf-212e2dc638e7/ceph-osd.1.log.gz 2023-11-17T07:25:10.912 INFO:teuthology.orchestra.run.smithi062.stderr: 2023-11-17T07:25:10.912 INFO:teuthology.orchestra.run.smithi062.stderr:real 0m0.933s 2023-11-17T07:25:10.912 INFO:teuthology.orchestra.run.smithi062.stderr:user 0m4.091s 2023-11-17T07:25:10.912 INFO:teuthology.orchestra.run.smithi062.stderr:sys 0m0.171s 2023-11-17T07:25:10.912 INFO:tasks.cephadm:Archiving logs... 2023-11-17T07:25:10.913 DEBUG:teuthology.misc:Transferring archived files from smithi062:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/ubuntu@smithi062.front.sepia.ceph.com/log 2023-11-17T07:25:10.914 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T07:25:11.540 DEBUG:teuthology.misc:Transferring archived files from smithi092:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/ubuntu@smithi092.front.sepia.ceph.com/log 2023-11-17T07:25:11.541 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-17T07:25:12.014 INFO:tasks.cephadm:Removing cluster... 2023-11-17T07:25:12.014 DEBUG:teuthology.orchestra.run.smithi062:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 --force 2023-11-17T07:25:12.392 DEBUG:teuthology.orchestra.run.smithi092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3e6b5f76-8515-11ee-8dbf-212e2dc638e7 --force 2023-11-17T07:25:12.775 INFO:tasks.cephadm:Removing cephadm ... 2023-11-17T07:25:12.776 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T07:25:12.794 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-17T07:25:12.812 INFO:tasks.cephadm:Teardown complete 2023-11-17T07:25:12.813 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-17T07:25:12.825 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_1... 2023-11-17T07:25:12.825 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_1 2023-11-17T07:25:12.955 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T07:25:12.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:12.957 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_2... 2023-11-17T07:25:12.957 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_2 2023-11-17T07:25:13.081 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T07:25:13.083 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.083 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_3... 2023-11-17T07:25:13.083 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_3 2023-11-17T07:25:13.202 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T07:25:13.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.203 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi062:/dev/vg_nvme/lv_4... 2023-11-17T07:25:13.203 DEBUG:teuthology.orchestra.run.smithi062:> sudo nvme disconnect -n lv_4 2023-11-17T07:25:13.323 INFO:teuthology.orchestra.run.smithi062.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T07:25:13.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.324 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2023-11-17T07:25:13.324 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/scratch_devs 2023-11-17T07:25:13.352 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_1... 2023-11-17T07:25:13.352 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_1 2023-11-17T07:25:13.483 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-17T07:25:13.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.485 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_2... 2023-11-17T07:25:13.485 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_2 2023-11-17T07:25:13.614 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-17T07:25:13.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.615 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_3... 2023-11-17T07:25:13.616 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_3 2023-11-17T07:25:13.746 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-17T07:25:13.747 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.748 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi092:/dev/vg_nvme/lv_4... 2023-11-17T07:25:13.748 DEBUG:teuthology.orchestra.run.smithi092:> sudo nvme disconnect -n lv_4 2023-11-17T07:25:13.869 INFO:teuthology.orchestra.run.smithi092.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-17T07:25:13.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:13.871 DEBUG:teuthology.orchestra.run.smithi092:> set -ex 2023-11-17T07:25:13.871 DEBUG:teuthology.orchestra.run.smithi092:> sudo dd of=/scratch_devs 2023-11-17T07:25:13.897 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-17T07:25:13.907 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-17T07:25:13.907 DEBUG:teuthology.orchestra.run.smithi062:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T07:25:13.909 DEBUG:teuthology.orchestra.run.smithi092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-17T07:25:13.926 INFO:teuthology.orchestra.run.smithi062.stderr:bash: ntpq: command not found 2023-11-17T07:25:13.931 INFO:teuthology.orchestra.run.smithi062.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T07:25:13.931 INFO:teuthology.orchestra.run.smithi062.stdout:=============================================================================== 2023-11-17T07:25:13.931 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 29 +2387us[+2284us] +/- 96ms 2023-11-17T07:25:13.932 INFO:teuthology.orchestra.run.smithi062.stdout:^* hv02.front.sepia.ceph.com 3 6 377 28 -819us[ -922us] +/- 66ms 2023-11-17T07:25:13.932 INFO:teuthology.orchestra.run.smithi062.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 28 -955us[-1058us] +/- 82ms 2023-11-17T07:25:13.932 INFO:teuthology.orchestra.run.smithi062.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T07:25:13.954 INFO:teuthology.orchestra.run.smithi092.stderr:bash: ntpq: command not found 2023-11-17T07:25:13.957 INFO:teuthology.orchestra.run.smithi092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-17T07:25:13.958 INFO:teuthology.orchestra.run.smithi092.stdout:=============================================================================== 2023-11-17T07:25:13.958 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +2397us[+2397us] +/- 96ms 2023-11-17T07:25:13.958 INFO:teuthology.orchestra.run.smithi092.stdout:^* hv02.front.sepia.ceph.com 3 6 377 27 -814us[ -815us] +/- 66ms 2023-11-17T07:25:13.958 INFO:teuthology.orchestra.run.smithi092.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 23 -952us[ -952us] +/- 82ms 2023-11-17T07:25:13.958 INFO:teuthology.orchestra.run.smithi092.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-17T07:25:13.959 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-17T07:25:13.969 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-17T07:25:13.970 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-17T07:25:13.980 DEBUG:teuthology.orchestra.run.smithi062:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T07:25:14.083 DEBUG:teuthology.orchestra.run.smithi092:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-11-17T07:25:14.169 DEBUG:teuthology.orchestra.run.smithi062:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T07:25:14.202 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:14.203 DEBUG:teuthology.orchestra.run.smithi092:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-11-17T07:25:14.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:14.236 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-17T07:25:14.247 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-17T07:25:14.257 INFO:teuthology.task.internal:Duration was 2782.328398 seconds 2023-11-17T07:25:14.258 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-17T07:25:14.270 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-17T07:25:14.270 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T07:25:14.273 DEBUG:teuthology.orchestra.run.smithi092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-17T07:25:14.319 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T07:25:14.321 INFO:teuthology.orchestra.run.smithi092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-17T07:25:14.669 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-17T07:25:14.670 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2023-11-17T07:25:14.670 DEBUG:teuthology.orchestra.run.smithi062:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T07:25:14.694 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi092.front.sepia.ceph.com 2023-11-17T07:25:14.694 DEBUG:teuthology.orchestra.run.smithi092:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-17T07:25:14.716 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-17T07:25:14.716 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T07:25:14.738 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-17T07:25:14.809 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-17T07:25:14.810 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T07:25:14.812 DEBUG:teuthology.orchestra.run.smithi092:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-17T07:25:14.973 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-17T07:25:14.984 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-17T07:25:14.984 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T07:25:15.012 DEBUG:teuthology.orchestra.run.smithi092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-17T07:25:15.039 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-17T07:25:15.050 DEBUG:teuthology.orchestra.run.smithi062:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:25:15.054 DEBUG:teuthology.orchestra.run.smithi092:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:25:15.079 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2023-11-17T07:25:15.105 INFO:teuthology.orchestra.run.smithi092.stdout:kernel.core_pattern = core 2023-11-17T07:25:15.133 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:25:15.159 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:15.160 DEBUG:teuthology.orchestra.run.smithi092:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-17T07:25:15.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-17T07:25:15.190 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-17T07:25:15.201 INFO:teuthology.task.internal:Transferring archived files... 2023-11-17T07:25:15.202 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/smithi062 2023-11-17T07:25:15.203 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T07:25:15.251 DEBUG:teuthology.misc:Transferring archived files from smithi092:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315/remote/smithi092 2023-11-17T07:25:15.252 DEBUG:teuthology.orchestra.run.smithi092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-17T07:25:15.294 INFO:teuthology.task.internal:Removing archive directory... 2023-11-17T07:25:15.294 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T07:25:15.297 DEBUG:teuthology.orchestra.run.smithi092:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-17T07:25:15.344 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-17T07:25:15.356 INFO:teuthology.task.internal:Not uploading archives. 2023-11-17T07:25:15.356 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-17T07:25:15.373 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-17T07:25:15.373 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T07:25:15.375 DEBUG:teuthology.orchestra.run.smithi092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-17T07:25:15.390 INFO:teuthology.orchestra.run.smithi062.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 07:25 /home/ubuntu/cephtest 2023-11-17T07:25:15.401 INFO:teuthology.orchestra.run.smithi092.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 17 07:25 /home/ubuntu/cephtest 2023-11-17T07:25:15.403 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-17T07:25:15.415 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-17T07:25:15.438 INFO:teuthology.nuke:Checking targets against current locks 2023-11-17T07:25:15.465 DEBUG:teuthology.nuke:shortname: smithi062 2023-11-17T07:25:15.465 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T07:25:15.490 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:30:42.865242', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFWLejcvpKWsWOYWsQ5rU3f8VI8ZPijGpa5JVz8gY+C3HpPP3q4eFtcl4R7oNV0pbW7dabZTPwX6piT+PdRJ9rQ='} 2023-11-17T07:25:15.494 DEBUG:teuthology.nuke:shortname: smithi092 2023-11-17T07:25:15.494 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-17T07:25:15.515 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi092.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-16_22:29:26-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7461315', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-17 06:30:42.867091', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGMJJPqEx9bcVu0+SlzyZPMKK6F1A/iBjkzq0CDYQ7CJ4pPz9b1po58teSqoEuUK1EKCpWMx7h3LKH0hsGJOvT4='} 2023-11-17T07:25:15.543 INFO:teuthology.orchestra.console.smithi062:Power off 2023-11-17T07:25:15.543 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T07:25:15.570 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2023-11-17T07:25:15.570 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:15.595 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-11-17T07:25:15.621 INFO:teuthology.orchestra.console.smithi092:Power off 2023-11-17T07:25:15.621 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-17T07:25:15.647 DEBUG:teuthology.orchestra.console.smithi092:power off output: Chassis Power Control: Down/Off 2023-11-17T07:25:15.647 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:15.672 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-11-17T07:25:19.597 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:19.673 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:19.709 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2023-11-17T07:25:19.783 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is on 2023-11-17T07:25:23.714 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:23.783 DEBUG:teuthology.orchestra.console.smithi092:pexpect command: ipmitool -H smithi092.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-17T07:25:23.829 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2023-11-17T07:25:23.893 DEBUG:teuthology.orchestra.console.smithi092:check power output: Chassis Power is off 2023-11-17T07:25:23.931 INFO:teuthology.orchestra.console.smithi062:Power off completed 2023-11-17T07:25:23.995 INFO:teuthology.orchestra.console.smithi092:Power off completed 2023-11-17T07:25:24.100 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: 2782.3283977508545 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7f4f3ab8b1154b4eb746175ff0759a21 status: fail success: false 2023-11-17T07:25:24.100 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-17T07:25:24.178 INFO:teuthology.run:FAIL